-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
export(AzimuthDashboardApp)
importFrom(cowplot,theme_cowplot)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(googlesheets4,gs4_auth)
importFrom(googlesheets4,gs4_get)
importFrom(googlesheets4,range_read)
importFrom(jsonlite,read_json)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,dateRangeInput)
importFrom(shiny,fluidRow)
importFrom(shiny,htmlOutput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,renderMenu)
importFrom(shinydashboard,renderValueBox)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,valueBox)
importFrom(shinydashboard,valueBoxOutput)
importFrom(withr,with_options)