-
Notifications
You must be signed in to change notification settings - Fork 65
/
NAMESPACE
31 lines (30 loc) · 832 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(dtedit)
export(dtedit_demo)
export(dtedit_server)
export(dtedit_ui)
importFrom(DT,dataTableOutput)
importFrom(DT,dataTableProxy)
importFrom(DT,renderDataTable)
importFrom(DT,replaceData)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,dateInput)
importFrom(shiny,div)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,passwordInput)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeModal)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,showModal)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)