-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(beam_downloadButton)
export(beam_plot_panel_SERVER)
export(beam_plot_panel_UI)
export(beam_tooltip)
export(extract_tt_data_row)
export(flip_ggplot_build)
export(numericInput_h)
export(plotOutput_h)
export(run_tiny_demo)
export(sliderInput_h)
export(tableOutput_h)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggsave)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,br)
importFrom(shiny,dataTableOutput)
importFrom(shiny,div)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,hoverOpts)
importFrom(shiny,moduleServer)
importFrom(shiny,nearPoints)
importFrom(shiny,numericInput)
importFrom(shiny,p)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,runApp)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,uiOutput)
importFrom(shinyhelper,create_help_files)
importFrom(shinyhelper,helper)
importFrom(shinyhelper,observe_helpers)