Description Usage Arguments Examples
Run Shiny app example
1 | get_example(path, view_code = knitr::is_html_output(), package = "OSUICode")
|
path |
App location. |
view_code |
Whether to print the app code. TRUE if document is HTML output, FALSE otherwise. |
package |
Where to take the example from. Default to current package. |
1 2 3 | if (interactive()) {
get_example("dj-system")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.