forked from Infectious-Diseases-Data-Observatory/iddoverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
73 lines (72 loc) · 2.05 KB
/
NAMESPACE
File metadata and controls
73 lines (72 loc) · 2.05 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
# Generated by roxygen2: do not edit by hand
export(check_data)
export(convert_age_to_years)
export(create_clinical_hist_table)
export(create_clinical_table)
export(create_labs_table)
export(create_malaria_parasitemia_table)
export(create_malaria_pcr_table)
export(create_participant_table)
export(derive_anthro_scores)
export(prepare_domain)
export(table_variables)
importFrom(admiral,compute_bmi)
importFrom(admiral,convert_blanks_to_na)
importFrom(admiraldev,assert_data_frame)
importFrom(anthro,anthro_zscores)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,contains)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(janitor,clean_names)
importFrom(janitor,remove_empty)
importFrom(lubridate,month)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,exprs)
importFrom(rlang,warn)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_flatten)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_upper)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,tibble)
importFrom(tidyr,unite)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(utils,globalVariables)