Files
shiny/NAMESPACE

40 lines
828 B
Plaintext

export(appendTagChild)
export(application)
export(checkboxInput)
export(clearClients)
export(createTag)
export(headerPanel)
export(invalidateLater)
export(mainPanel)
export(numericInput)
export(plotOutput)
export(reactive)
export(reactivePlot)
export(reactiveTable)
export(reactiveText)
export(reactiveTimer)
export(registerClient)
export(runApp)
export(selectListInput)
export(server)
export(shinyPlotOutput)
export(shinyTableOutput)
export(shinyTextOutput)
export(shinyUI)
export(shinyVerbatimTextOutput)
export(sidebarPanel)
export(tab)
export(tableOutput)
export(tabset)
export(tags)
export(textInput)
export(textOutput)
export(verbatimTextOutput)
export(writeTag)
export(writeTagChildren)
S3method(reactive,default)
S3method(reactive,"function")
S3method("$",reactvaluesreader)
S3method("$<-",shinyoutput)
useDynLib(shiny)