runVideoExample | R Documentation |
{video}
Example ApplicationsRun {video}
Example Applications
runVideoExample(example = "basic", display.mode = "showcase", ...) availableVideoExamples()
example |
Name of the example to load. Current examples include:
|
display.mode |
The mode in which to display the application. By default set to |
... |
Optional arguments to send to |
This function does not return a value; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).
availableVideoExamples() if (interactive()) { library(shiny) library(video) runVideoExample("server") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.