forked from abcds-core/atriReporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
91 lines (90 loc) · 2.35 KB
/
Copy pathNAMESPACE
File metadata and controls
91 lines (90 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
export("%:%")
export("%?%")
export(apply_factor_labels)
export(apply_labels)
export(atri_join)
export(calculate_age_at_visit)
export(clear_atri_cache)
export(create_coenrollment_table)
export(filter_by_cycle)
export(filter_by_site)
export(generate_report)
export(get_atri_files)
export(get_codebook)
export(get_consensus)
export(get_demographics)
export(get_health)
export(get_imaging)
export(get_karyotype)
export(get_registry)
export(import_atri_file)
export(memoise_atri_get)
export(retrieve_birth_year)
import(magrittr)
importFrom(cachem,cache_disk)
importFrom(cli,cli_abort)
importFrom(dplyr,all_of)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,rename)
importFrom(dplyr,summarise)
importFrom(flextable,add_header_lines)
importFrom(flextable,align)
importFrom(flextable,autofit)
importFrom(flextable,bg)
importFrom(flextable,bold)
importFrom(flextable,border_remove)
importFrom(flextable,color)
importFrom(flextable,font)
importFrom(flextable,fontsize)
importFrom(flextable,hline)
importFrom(flextable,hline_bottom)
importFrom(flextable,padding)
importFrom(flextable,set_caption)
importFrom(glue,glue)
importFrom(gt,cell_fill)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cells_column_labels)
importFrom(gt,cols_align)
importFrom(gt,default_fonts)
importFrom(gt,everything)
importFrom(gt,google_font)
importFrom(gt,gt)
importFrom(gt,md)
importFrom(gt,opt_row_striping)
importFrom(gt,opt_table_font)
importFrom(gt,px)
importFrom(gt,tab_header)
importFrom(gt,tab_options)
importFrom(gt,tab_style)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_content_type)
importFrom(httr2,resp_status)
importFrom(httr2,resp_status_desc)
importFrom(jsonlite,fromJSON)
importFrom(memoise,memoise)
importFrom(officer,fp_border)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(quarto,quarto_render)
importFrom(readr,read_csv)
importFrom(rlang,abort)
importFrom(rlang,as_string)
importFrom(rlang,enexpr)
importFrom(rlang,ensym)
importFrom(rlang,ensyms)
importFrom(rlang,eval_tidy)
importFrom(rlang,is_call)
importFrom(rlang,is_empty)
importFrom(rlang,is_symbol)
importFrom(rlang,sym)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_wider)
importFrom(tools,R_user_dir)
importFrom(yaml,write_yaml)