showExamples | R Documentation |
Helper function to launch the tidymodules examples.
showExamples(id = NULL, server = F, options = NULL)
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 |
if (interactive()) { showExamples(1) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.