Files
shiny/NAMESPACE
Joe Cheng 8a687851f2 Allow multiple clients to connect; doc improvements
- Multiple clients can now connect on a single port, and each one gets a unique shinyapp instance
- Improve docs for reactiveXXX functions
- Simplify interface for running an app
2012-07-13 00:29:17 -07:00

12 lines
252 B
Plaintext

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