runExample: Run shinyMolBio Example Applications

Description Usage Arguments Author(s) Examples

View source: R/runExample.R

Description

Launch shinyMolBio example applications

Usage

1

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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")
}

shinyMolBio documentation built on Aug. 2, 2019, 5:05 p.m.