forked from DavidPatShuiFong/DTedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 998 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
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(dtedit)
export(dteditUI)
export(dtedit_demo)
importFrom(DT,dataTableOutput)
importFrom(DT,dataTableProxy)
importFrom(DT,renderDataTable)
importFrom(DT,replaceData)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,dateInput)
importFrom(shiny,div)
importFrom(shiny,is.reactive)
importFrom(shiny,isolate)
importFrom(shiny,modalButton)
importFrom(shiny,modalDialog)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,outputOptions)
importFrom(shiny,p)
importFrom(shiny,passwordInput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,removeModal)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,showModal)
importFrom(shiny,tagList)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)