-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(area_profiles)
export(box_plots)
export(compare_areas)
export(compare_indicators)
export(create_test_data)
export(map)
export(overview)
export(population)
export(spine_preprocess)
export(trends)
import(dplyr)
import(ggplot2)
importFrom(ggplot2,scale_fill_manual)
importFrom(grDevices,rgb)
importFrom(httr,GET)
importFrom(httr,status_code)
importFrom(leaflet,addLegend)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorFactor)
importFrom(leaflet,leaflet)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,pmap)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,ensym)
importFrom(rlang,new_formula)
importFrom(rlang,quo)
importFrom(rlang,quo_text)
importFrom(rlang,sym)
importFrom(scales,breaks_pretty)
importFrom(scales,comma)
importFrom(sf,st_as_sf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(stringr,str_locate)
importFrom(stringr,str_trim)
importFrom(stringr,str_wrap)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,where)
importFrom(utils,tail)