R/examples.R
showExamples.Rd
Helper function to launch the tidymodules examples.
showExamples(id = NULL, server = F, options = NULL)
Example ID. If null display list of examples with ID.
boolean. Is this a server call?
list of options to be passed to shinyApps or shinyDir
if (interactive()) { showExamples(1) }