-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1.29 KB
/
NAMESPACE
File metadata and controls
51 lines (50 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(adm_name_gen)
export(filter_popdata)
export(generate_geomatch_vecs)
export(join_demodata_to_shp)
export(join_popdata_to_shp)
export(pivot_idb_long)
export(plot_chlor)
export(plot_fertbar)
export(plot_fertbar_adolescent)
export(plot_lebar)
export(plot_mortbar_infantchild)
export(plot_pop)
export(plot_popts)
export(plot_pyr)
export(plot_pyr_subnat)
export(plot_sex)
export(plot_urbrur)
export(validate_popdata)
import(dplyr)
import(ggplot2)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(finalfit,round_tidy)
importFrom(forcats,fct_relevel)
importFrom(gghighlight,gghighlight)
importFrom(ggplot2,theme)
importFrom(lemon,scale_x_symmetric)
importFrom(magrittr,"%>%")
importFrom(purrr,discard)
importFrom(readr,read_csv)
importFrom(readxl,read_excel)
importFrom(scales,breaks_log)
importFrom(scales,breaks_width)
importFrom(scales,comma)
importFrom(scales,label_number)
importFrom(sf,st_is_valid)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(viridis,scale_fill_viridis)