-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 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
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
export(checkboxInput)
export(column)
export(downloadButton)
export(downloadHandler)
export(fluidPage)
export(fluidRow)
export(getDiagramColors)
export(getOptions)
export(getOptionsUI)
export(hr)
export(observeEvent)
export(plotOutput)
export(reactiveValues)
export(renderPlot)
export(renderTable)
export(renderText)
export(selectInput)
export(shinyApp)
export(sliderInput)
export(startSimulator)
export(tabPanel)
export(tableOutput)
export(tabsetPanel)
export(textOutput)
export(uiOutput)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,hr)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tableOutput)
importFrom(shiny,tabsetPanel)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)