Files
shiny/NAMESPACE

14 lines
294 B
Plaintext

export(invalidateLater)
export(reactive)
export(reactivePlot)
export(reactiveTable)
export(reactiveText)
export(reactiveTimer)
export(runApp)
export(launchApp)
S3method(reactive,default)
S3method(reactive,"function")
S3method("$",reactvaluesreader)
S3method("$<-",shinyoutput)
useDynLib(shiny)