Helper function to launch the tidymodules examples.

showExamples(id = NULL, server = F, options = NULL)

Arguments

id

Example ID. If null display list of examples with ID.

server

boolean. Is this a server call?

options

list of options to be passed to shinyApps or shinyDir

Examples


if (interactive()) {
  showExamples(1)
}