powered by
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.
rpredictit
shinyNotes
runExample(example)
None. Runs a demo Shiny application. This function normally does not return; interrupt R to stop the application.
The app to launch
## Only run this example in interactive R sessions if (interactive()) { # List all available example apps runExample() runExample("demo") }
Run the code above in your browser using DataLab