-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
118 lines (117 loc) · 3.3 KB
/
NAMESPACE
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
export(add_ar)
export(add_cfr)
export(add_crosstabs)
export(add_mr)
export(add_weights_cluster)
export(add_weights_strata)
export(age_categories)
export(age_pyramid)
export(assert_positive_timespan)
export(attack_rate)
export(augment_redundant)
export(available_sitrep_templates)
export(case_fatality_rate)
export(case_fatality_rate_df)
export(check_sitrep_templates)
export(constrain_dates)
export(data_frame_from_2x2)
export(dots_to_charlist)
export(download_kobo)
export(download_outbreak_linelist)
export(download_outbreak_pop)
export(download_shape_block)
export(download_shape_quartier)
export(download_survey)
export(fac_from_num)
export(find_breaks)
export(find_date_cause)
export(find_end_date)
export(find_start_date)
export(fmt_ci)
export(fmt_ci_df)
export(fmt_count)
export(fmt_pci)
export(fmt_pci_df)
export(gen_data)
export(gen_polygon)
export(gen_population)
export(group_age_categories)
export(gt_mh_odds)
export(gt_remove_stat)
export(merge_ci_df)
export(merge_pci_df)
export(mortality_rate)
export(msf_dict)
export(msf_dict_rename_helper)
export(msf_dict_survey)
export(rename_redundant)
export(tab_linelist)
export(tab_survey)
export(tab_univariate)
export(unite_ci)
export(zcurve)
importFrom(apyramid,age_pyramid)
importFrom(cli,cli_alert_success)
importFrom(dplyr,count)
importFrom(epidict,gen_data)
importFrom(epidict,msf_dict)
importFrom(epidict,msf_dict_rename_helper)
importFrom(epidict,msf_dict_survey)
importFrom(epikit,add_weights_cluster)
importFrom(epikit,add_weights_strata)
importFrom(epikit,age_categories)
importFrom(epikit,assert_positive_timespan)
importFrom(epikit,augment_redundant)
importFrom(epikit,constrain_dates)
importFrom(epikit,dots_to_charlist)
importFrom(epikit,fac_from_num)
importFrom(epikit,find_breaks)
importFrom(epikit,find_date_cause)
importFrom(epikit,find_end_date)
importFrom(epikit,find_start_date)
importFrom(epikit,fmt_ci)
importFrom(epikit,fmt_ci_df)
importFrom(epikit,fmt_count)
importFrom(epikit,fmt_pci)
importFrom(epikit,fmt_pci_df)
importFrom(epikit,gen_polygon)
importFrom(epikit,gen_population)
importFrom(epikit,group_age_categories)
importFrom(epikit,merge_ci_df)
importFrom(epikit,merge_pci_df)
importFrom(epikit,rename_redundant)
importFrom(epikit,unite_ci)
importFrom(epikit,zcurve)
importFrom(epitabulate,add_ar)
importFrom(epitabulate,add_cfr)
importFrom(epitabulate,add_crosstabs)
importFrom(epitabulate,add_mr)
importFrom(epitabulate,attack_rate)
importFrom(epitabulate,case_fatality_rate)
importFrom(epitabulate,case_fatality_rate_df)
importFrom(epitabulate,data_frame_from_2x2)
importFrom(epitabulate,gt_mh_odds)
importFrom(epitabulate,gt_remove_stat)
importFrom(epitabulate,mortality_rate)
importFrom(epitabulate,tab_linelist)
importFrom(epitabulate,tab_survey)
importFrom(epitabulate,tab_univariate)
importFrom(ggplot2,aes)
importFrom(ggplot2,expand_scale)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_density)
importFrom(ggplot2,stat_function)
importFrom(glue,glue)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rstudioapi,selectDirectory)
importFrom(scales,percent_format)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)