runExample | R Documentation |
Launch a Shiny example app or list the available examples.
Use shiny.blueprint::runExample("showcase")
to run a showcase app with all the components.
runExample(example = NULL, ...)
example |
The name of the example to run, or |
... |
Additional arguments to pass to |
This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.