-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
61 lines (60 loc) · 1.66 KB
/
Copy pathNAMESPACE
File metadata and controls
61 lines (60 loc) · 1.66 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
61
# Generated by roxygen2: do not edit by hand
export(amlr_box)
export(amlr_date_from_season)
export(amlr_dbConnect)
export(amlr_dbPool)
export(amlr_season_from_date)
export(amlr_year_from_season)
export(mod_database_server)
export(mod_database_ui)
export(mod_output_server)
export(mod_output_ui)
export(round_logical)
export(shiny_test)
export(tableNA)
import(shiny)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,tbl)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(lubridate,days_in_month)
importFrom(lubridate,ymd)
importFrom(odbc,odbc)
importFrom(odbc,odbcListDrivers)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(pool,dbGetInfo)
importFrom(pool,dbGetQuery)
importFrom(pool,dbIsValid)
importFrom(pool,dbPool)
importFrom(pool,localCheckout)
importFrom(pool,poolCheckout)
importFrom(pool,poolClose)
importFrom(pool,poolReturn)
importFrom(purrr,compact)
importFrom(purrr,set_names)
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(stringr,str_pad)
importFrom(stringr,str_sub)
importFrom(utils,globalVariables)
importFrom(utils,write.csv)