Description Usage Arguments Examples
Helper function to launch the tidymodules examples.
1 | 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 |
1 2 3 4 5 | if (interactive()) {
showExamples(1)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.