runExample {shiny.blueprint} | R Documentation |
Run example
Description
Launch a Shiny example app or list the available examples.
Use shiny.blueprint::runExample("showcase")
to run a showcase app with all the components.
Usage
runExample(example = NULL, ...)
Arguments
example |
The name of the example to run, or |
... |
Additional arguments to pass to |
Value
This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
[Package shiny.blueprint version 0.3.0 Index]