-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.57 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_click)
export(add_continuous_breaks)
export(add_continuous_gradient)
export(add_continuous_gradient2)
export(add_discrete_scale)
export(add_discrete_scale2)
export(add_labs)
export(add_legend)
export(add_select_input)
export(add_tooltip)
export(add_zoom)
export(d3Output)
export(d3_cartogram)
export(d3_cartogram_proxy)
export(d3_map)
export(d3_map_proxy)
export(r2d3map)
export(renderD3)
export(update_continuous_breaks)
export(update_continuous_gradient)
export(update_legend)
export(update_tootltip)
export(use_r2d3map)
importFrom(classInt,classIntervals)
importFrom(geojsonio,geo2topo)
importFrom(geojsonio,geojson_json)
importFrom(geojsonio,geojson_list)
importFrom(geojsonio,geojson_sf)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,htmlDependency)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(r2d3,d3Output)
importFrom(r2d3,default_sizing)
importFrom(r2d3,r2d3)
importFrom(r2d3,renderD3)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,navigateToFile)
importFrom(scales,brewer_pal)
importFrom(scales,col_numeric)
importFrom(scales,div_gradient_pal)
importFrom(scales,muted)
importFrom(scales,rescale)
importFrom(scales,seq_gradient_pal)
importFrom(scales,viridis_pal)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,selectInput)
importFrom(stats,model.frame)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(utils,type.convert)