Files
shiny/NAMESPACE
2012-07-20 18:50:22 -07:00

41 lines
811 B
Plaintext

export(appendChild)
export(application)
export(checkboxInput)
export(clearClients)
export(createTag)
export(headerPanel)
export(invalidateLater)
export(livePlot)
export(liveTable)
export(liveText)
export(liveVerbatimText)
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(shinyUI)
export(sidebarPanel)
export(tab)
export(tableOutput)
export(tabset)
export(tags)
export(textInput)
export(textOutput)
export(verbatimTextOutput)
export(withTags)
export(writeChildren)
export(writeTag)
S3method(reactive,default)
S3method(reactive,"function")
S3method("$",reactvaluesreader)
S3method("$<-",shinyoutput)
useDynLib(shiny)