Description Usage Arguments References Examples
Runs a shiny app similar to demo
.
1 2 | shinyDemo(example, launch.browser = getOption("shiny.launch.browser",
interactive()))
|
example |
character: name of the example |
launch.browser |
logical:
If true, the system's default web browser will be launched automatically after the app is started (default: |
Based on Supplementing your R package with a Shiny app by Dean Attali.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.