-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.67 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.67 KB
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
60
# Generated by roxygen2: do not edit by hand
export(run_app)
import(markdown)
import(vegbankr)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(R6,R6Class)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarize)
importFrom(htmltools,HTML)
importFrom(htmltools,tags)
importFrom(htmlwidgets,onRender)
importFrom(httpuv,decodeURIComponent)
importFrom(httr,GET)
importFrom(httr,modify_url)
importFrom(httr,stop_for_status)
importFrom(httr,write_disk)
importFrom(jsonlite,toJSON)
importFrom(leaflet,addControl)
importFrom(leaflet,addMarkers)
importFrom(leaflet,addPopups)
importFrom(leaflet,addTiles)
importFrom(leaflet,clearPopups)
importFrom(leaflet,labelOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,leafletOptions)
importFrom(leaflet,leafletProxy)
importFrom(leaflet,markerClusterOptions)
importFrom(leaflet,renderLeaflet)
importFrom(leaflet,setMaxBounds)
importFrom(leaflet,setView)
importFrom(rlang,.data)
importFrom(shiny,incProgress)
importFrom(shiny,invalidateLater)
importFrom(shiny,isolate)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,onBookmark)
importFrom(shiny,onBookmarked)
importFrom(shiny,onRestore)
importFrom(shiny,reactiveVal)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,showNotification)
importFrom(shiny,updateNavbarPage)
importFrom(shiny,withProgress)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(xml2,read_html)
importFrom(xml2,xml_text)