powered by
A wrapper for shiny::shinyAppDir().
shiny::shinyAppDir()
run_app( app = c("diversity", "seriation", "aoristic", "mcd", "source", "scatter", "ternary", "ca", "pca"), options = list(launch.browser = interactive()) )
A shiny application object.
A character string specifying the Shiny application to run (see details). Any unambiguous substring can be given.
character
A list of named options that should be passed to the shiny::shinyAppDir() call.
list
N. Frerebeau
aoristic
ca
pca
diversity
mcd
scatter
seriation
source
ternary
if (interactive()) { run_app("seriation") }
Run the code above in your browser using DataLab