-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(add_weights_cluster)
export(add_weights_strata)
export(age_categories)
export(assert_positive_timespan)
export(augment_redundant)
export(constrain_dates)
export(dots_to_charlist)
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_polygon)
export(gen_population)
export(group_age_categories)
export(merge_ci_df)
export(merge_pci_df)
export(rename_redundant)
export(unite_ci)
export(zcurve)
importFrom(ggplot2,aes)
importFrom(ggplot2,expansion)
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,.data)
importFrom(sf,st_intersection)
importFrom(sf,st_make_grid)
importFrom(sf,st_polygon)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(tibble,as_tibble)
importFrom(utils,read.csv)