-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(example_callback)
export(oncarto_file)
export(run_app)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(htmltools,HTML)
importFrom(htmltools,a)
importFrom(htmltools,tags)
importFrom(leaflet,addLegend)
importFrom(leaflet,addPolygons)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,highlightOptions)
importFrom(leaflet,labelOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOutput)
importFrom(sf,st_transform)
importFrom(shiny,NS)
importFrom(shiny,addResourcePath)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,includeMarkdown)
importFrom(shiny,moduleServer)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,uiOutput)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(tigris,counties)
importFrom(utils,read.table)