Skip to contents

A wrapper for shiny::shinyAppDir().

Usage

run_app(
  app = c("seriate", "source", "ternary"),
  options = list(launch.browser = interactive())
)

Arguments

app

A character string specifying the Shiny application to run (see details). Any unambiguous substring can be given.

options

A list of named options that should be passed to the shiny::runApp() call.

Value

A shiny application object.

Details

Application nameKeyword
Matrix Seriationseriate
Compositional Data Analysissource
Ternary Plotternary

Author

N. Frerebeau

Examples

if (FALSE) { # \dontrun{
run_app("seriation")
} # }