Skip to contents

Downloads (if needed) and launches a Shiny application from the sap GitHub repository. If the application directory is an R package, the package is loaded with pkgload::load_all() before launching via shiny::runApp(). Plain Shiny apps (no DESCRIPTION) are launched directly with shiny::shinyAppDir().

Usage

launch(app)

Arguments

app

A character string giving the branch name of the application to launch (e.g., "02.3_proj-app" or "05_roxygen2").

Value

Called for its side effects (launches the Shiny app). Returns invisible(NULL).

Examples

# launch("02.1_movies-app")
# launch("05_roxygen2")