A wrapper for shiny::shinyAppDir().
Usage
run_app(
app = c("diversity", "seriation", "aoristic", "mcd", "source", "scatter", "ternary",
"ca", "pca"),
options = list(launch.browser = interactive())
)Arguments
- app
A
characterstring specifying the Shiny application to run (see details). Any unambiguous substring can be given.- options
A
listof named options that should be passed to theshiny::shinyAppDir()call.
Details
| Application name | Keyword |
| Aoristic Analysis | aoristic |
| Correspondence Analysis | ca |
| Principal Components Analysis | pca |
| Diversity Measures | diversity |
| Mean Ceramic Date | mcd |
| Scatter Plot | scatter |
| Matrix Seriation | seriation |
| Compositional Data Analysis | source |
| Ternary Plot | ternary |
Examples
if (interactive()) {
run_app("seriation")
}
