Description
Runs a 'Shiny' App as Demo or Lists All Demo 'Shiny' Apps.
Description
Mimics the demo functionality for 'Shiny' apps in a package. Apps stored to the package subdirectory inst/shiny can be called by demoShiny(topic).
README.md
demoShiny
Runs a Shiny app as demo or shows an overview of all Shiny demo apps related to a topic
. If more than one app relates to topic
a list of apps is returned otherwise the app is run. For more details see vignettes('demoShiny')
.
# collect all apps of loaded packages
demoShiny()
# collect all apps of the package demoShiny or with the name demoShiny
demoShiny('demoShiny')