shinyMolBio (version 0.2)

runExample: 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.

Examples

Run this code
# NOT RUN {
## 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")
}
# }

Run the code above in your browser using DataCamp Workspace