forked from aphrcwaro/cd2030
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
143 lines (142 loc) · 4.15 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Generated by roxygen2: do not edit by hand
S3method(plot,cd_adjustment_values)
S3method(plot,cd_coverage)
S3method(plot,cd_district_reporting_rate)
S3method(plot,cd_indicator_coverage)
S3method(plot,cd_inequality)
S3method(plot,cd_mapping)
S3method(plot,cd_outlier)
S3method(plot,cd_population_metrics)
S3method(plot,cd_ratios_summary)
S3method(plot,cd_reporting_rate)
S3method(plot,cd_threshold)
S3method(plot_comparison,cd_data)
S3method(print,cd_data)
S3method(tbl_sum,cd_adjustment_values)
S3method(tbl_sum,cd_average_reporting_rate)
S3method(tbl_sum,cd_completeness_summary)
S3method(tbl_sum,cd_district_completeness_summary)
S3method(tbl_sum,cd_district_outliers_summary)
S3method(tbl_sum,cd_district_ratios_summary)
S3method(tbl_sum,cd_district_reporting_rate)
S3method(tbl_sum,cd_indicator_coverage)
S3method(tbl_sum,cd_national_denominators)
S3method(tbl_sum,cd_outliers_summary)
S3method(tbl_sum,cd_ratios_summary)
export(add_mad_med_columns)
export(add_missing_column)
export(add_outlier5std_column)
export(adjust_service_data)
export(calculate_average_reporting_rate)
export(calculate_completeness_summary)
export(calculate_coverage)
export(calculate_district_completeness_summary)
export(calculate_district_outlier_summary)
export(calculate_district_ratios_summary)
export(calculate_district_reporting_rate)
export(calculate_indicator_coverage)
export(calculate_indicator_threshold_coverage)
export(calculate_inequality)
export(calculate_outliers_summary)
export(calculate_overall_score)
export(calculate_ratios_summary)
export(calculate_reporting_rate)
export(calculate_threshold)
export(clean_error_message)
export(compute_indicator_numerator)
export(dashboard)
export(equiplot)
export(equiplot_area)
export(equiplot_education)
export(equiplot_wealth)
export(filter_coverage)
export(filter_inequality)
export(filter_out_years)
export(generate_adjustment_values)
export(generate_report)
export(get_country_shapefile)
export(get_dhis2_hfd)
export(get_mapping_data)
export(init_CacheConnection)
export(load_data)
export(load_equity_data)
export(load_excel_data)
export(load_survey_data)
export(load_un_estimates)
export(load_wuenic_data)
export(local_cd_quiet)
export(new_countdown)
export(outliers_summary)
export(plot_absolute_differences)
export(plot_comparison)
export(plot_comparison_anc1_penta1)
export(plot_comparison_opv1_opv3)
export(plot_comparison_penta1_penta3)
export(plot_line_graph)
export(prepare_population_metrics)
export(robust_max)
export(save_data)
export(save_dhis2_excel)
export(save_dhis2_master_data)
export(subnational_low_reporting)
export(with_cd_quiet)
import(dplyr)
import(ggplot2)
import(rlang)
import(shiny)
import(tidyr)
importFrom(forcats,fct_inorder)
importFrom(haven,as_factor)
importFrom(haven,is.labelled)
importFrom(haven,read_dta)
importFrom(haven,write_dta)
importFrom(khisr,"%.d%")
importFrom(khisr,get_analytics)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ym)
importFrom(lubridate,ymd)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createStyle)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,freezePane)
importFrom(openxlsx,groupRows)
importFrom(openxlsx,mergeCells)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,setColWidths)
importFrom(openxlsx,setRowHeights)
importFrom(openxlsx,writeData)
importFrom(purrr,compact)
importFrom(purrr,imap)
importFrom(purrr,imap_chr)
importFrom(purrr,imap_dfc)
importFrom(purrr,keep)
importFrom(purrr,list_c)
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,pwalk)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_excel)
importFrom(rmarkdown,render)
importFrom(sf,st_as_sf)
importFrom(sf,st_read)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(stringr,str_detect)
importFrom(stringr,str_ends)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_starts)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(tibble,new_tibble)
importFrom(tibble,tbl_sum)