This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
72 lines (71 loc) · 1.83 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
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
export(AddTransactionPeriodColumns)
export(GetJoinedPp)
export(JoinPttShapes)
export(Jumbotron)
export(PlotlyChartAnnotation)
export(PlotlyChartTitle)
export(SplitBySeparator)
export(ValueBox)
export(WranglePttData)
export(WrangleShapeFiles)
export(app_server)
export(app_ui)
export(run_app)
import(bsplus)
import(htmlwidgets)
import(leaflet)
import(magrittr)
import(markdown)
import(plotly)
import(rmarkdown)
import(shiny)
import(stringr)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_if)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(golem,with_golem_options)
importFrom(leaflet,leafletOutput)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(plotly,plotlyOutput)
importFrom(rmapshaper,ms_simplify)
importFrom(scales,dollar_format)
importFrom(sf,st_as_sf)
importFrom(sf,st_geometry)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,disabled)
importFrom(shinyjs,useShinyjs)
importFrom(stringr,str_c)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_trim)
importFrom(sunburstR,renderSunburst)
importFrom(sunburstR,sunburst)
importFrom(sunburstR,sunburstOutput)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(treemap,treemap)