runExample | R Documentation |
Launch shinyMolBio example applications
runExample(example)
example |
The name of the example to run, or NA (the default) to list the available examples. |
Konstantin A. Blagodatskikh <k.blag@yandex.ru>
## Only run this example in interactive R sessions
if (interactive()) {
# List all available examples
runExample()
# Run one of the examples
runExample("pcrPlateInput")
# Print the directory containing the code for all examples
system.file("shiny-examples", package="shinyMolBio")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.