runExample | R Documentation |
Launch Shiny example applications bundled in annotator.
runExample(example, ...)
example |
The name of the example to run. Available are: |
... |
further arguments to pass to |
No return value, called for its side effects.
## Only run this example in interactive R sessions
if (interactive()) {
annotator::runExample("01_hello")
annotator::runExample("02_pipeline")
# Print the directory containing the code for all examples
system.file("examples", package = "annotator")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.