-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
47 lines (46 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export(df.type)
export(gfw.summarize)
export(run_app)
export(top.percent.by)
import(countrycode)
import(dplyr)
import(ggplot2)
import(shiny)
importFrom(dplyr,arrange)
importFrom(dplyr,pull)
importFrom(dplyr,summarize)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_layers)
importFrom(sf,st_read)
importFrom(sf,st_write)
importFrom(shiny,shinyApp)
importFrom(shinyBS,bsTooltip)
importFrom(shinyBS,tipify)
importFrom(shinyWidgets,numericRangeInput)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinyWidgets,prettyCheckboxGroup)
importFrom(shinyWidgets,updateNumericRangeInput)
importFrom(shinyWidgets,updatePrettyCheckbox)
importFrom(shinyWidgets,updatePrettyCheckboxGroup)
importFrom(shinyjs,disable)
importFrom(shinyjs,disabled)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,useShinyjs)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(viridis,scale_fill_viridis)