run_app | R Documentation |
A wrapper for shiny::shinyAppDir()
.
run_app(
app = c("diversity", "seriation", "source", "ternary", "ca", "pca"),
bookmark = FALSE,
options = list(launch.browser = interactive())
)
app |
A |
bookmark |
A |
options |
A |
Application name | Keyword |
Correspondence Analysis | ca |
Principal Components Analysis | pca |
Diversity Measures | diversity |
Matrix Seriation | seriation |
Compositional Data Analysis | source |
Ternary Plot | ternary |
A shiny application object.
N. Frerebeau
## Not run:
run_app("seriation")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.