| runExample | R Documentation |
Launch a rpredictit example Shiny app that shows how to
easily use shinyNotes in a Shiny app.
Run without any arguments to see a list of available example apps.
runExample(example)
example |
The app to launch |
None. Runs a demo Shiny application. This function normally does not return; interrupt R to stop the application.
## Only run this example in interactive R sessions
if (interactive()) {
# List all available example apps
runExample()
runExample("demo")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.