Launches the Shiny application bundled with the package. App-specific dependencies are installed only when they are needed.
Usage
run_app(install_missing = TRUE, repos = getOption("repos"))Arguments
- install_missing
Logical; if
TRUE, prompt to install missing app dependencies.- repos
CRAN mirror(s) passed to
utils::install.packages()when installing missing app dependencies.
Value
Invisible return value from shiny::runApp().