shinyExample {ipc} | R Documentation |
Run Example Shiny Apps
Description
Run Example Shiny Apps
Usage
shinyExample(application = c("progress", "changeReactive", "cancel"))
Arguments
application |
The example to run |
Details
'progress' is an example application with a long running analysis that is cancelable and has a progress bar. 'changeReaction' is the old faithful example, but with the histogram colors changing over time. 'cancel' is an example with a cancelable long running process.
[Package ipc version 0.1.4 Index]