-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.25 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
export(add_class)
export(chart_bar_faceted)
export(chart_heatmap)
export(chart_line_faceted)
export(getAvailableStudyAreas)
export(getDbConnection)
export(getInformationSchemaTables)
export(getSpatialQuery)
export(getTableQuery)
export(mod_chart_area_server)
export(mod_chart_area_ui)
export(mod_chart_facet_grid_server)
export(mod_chart_line_ui)
export(run_app)
export(valueBoxSpark)
import(DBI)
import(DT)
import(RPostgreSQL)
import(bsplus)
import(config)
import(data.table)
import(dplyr)
import(ggplot2)
import(golem)
import(igraph)
import(leaflet)
import(plotly)
import(purrr)
import(rintrojs)
import(rmarkdown)
import(rpostgis)
import(sf)
import(shiny)
import(shinycssloaders)
import(shinydashboard)
import(shinydashboardPlus)
import(shinyjs)
import(stats)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(forcats,as_factor)
importFrom(forcats,fct_reorder)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(lubridate,year)
importFrom(plotly,plotlyOutput)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tidyr,pivot_longer)