runExample {shinyMolBio} | R Documentation |
Run shinyMolBio Example Applications
Description
Launch shinyMolBio example applications
Usage
runExample(example)
Arguments
example |
The name of the example to run, or NA (the default) to list the available examples. |
Author(s)
Konstantin A. Blagodatskikh <k.blag@yandex.ru>
Examples
## 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")
}
[Package shinyMolBio version 0.2 Index]