run_app | R Documentation |
A wrapper for shiny::shinyAppDir()
.
run_app(
app = c("diversity", "seriation", "aoristic", "mcd", "source", "scatter", "ternary",
"ca", "pca"),
bookmark = FALSE,
options = list(launch.browser = interactive())
)
app |
A |
bookmark |
A |
options |
A |
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 |
A shiny application object.
N. Frerebeau
if (interactive()) {
run_app("seriation")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.