-
Notifications
You must be signed in to change notification settings - Fork 51
/
NAMESPACE
51 lines (50 loc) · 1.38 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
# Generated by roxygen2 (4.0.2): do not edit by hand
export(Admin1Choropleth)
export(CountryChoropleth)
export(CountyChoropleth)
export(CountyZoomChoropleth)
export(StateChoropleth)
export(USAChoropleth)
export(ZipMap)
export(admin1_choropleth)
export(choroplethr)
export(choroplethr_acs)
export(choroplethr_animate)
export(choroplethr_wdi)
export(country_choropleth)
export(county_choropleth)
export(county_zoom_choropleth)
export(get_acs_df)
export(state_choropleth)
export(zip_map)
importFrom(Hmisc,cut2)
importFrom(R6,R6Class)
importFrom(WDI,WDI)
importFrom(acs,acs.fetch)
importFrom(acs,estimate)
importFrom(acs,geo.make)
importFrom(acs,geography)
importFrom(dplyr,left_join)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_continuous)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_grey)
importFrom(grid,grobTree)
importFrom(grid,unit)
importFrom(scales,comma)
importFrom(stringr,fixed)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)