run_demo.Rd
Run demo apps Load and play with simple demo apps using the different senses available in shinysense. See `demo_name` parameter for available demos.
run_demo(demo_name, show_code = TRUE)
demo_name | Name of demo app to run. Options {'shinydrawr', 'shinyviewr', 'shinyswipr', 'shinymovr', 'shinylistenr', 'draw_your_dist'}. |
---|---|
show_code | See the underlying code for the demo app? Defaults to
|
Shiny app instance
if (FALSE) { run_demo('shinydrawr') }