vw_shiny_demo | R Documentation |
Run Shiny demonstration-apps
vw_shiny_demo(example = NULL, ...)
example |
|
... |
additional arguments passed to |
invisible NULL, called for side-effects
vw_shiny_demo() # returns available examples
# Run only in interactive R sessions
if (interactive()) {
vw_shiny_demo("data-set-get")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.