mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-01 02:05:51 -05:00
- 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
12 lines
252 B
Plaintext
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)
|