runShinyPackageApp: launch shiny app

Description Usage Arguments Value Examples

View source: R/run_app.R

Description

Launch main shiny app in package with usual params of shiny::runApp

Usage

1

Arguments

...

params are passed to shiny::runApp, e.g. port, launch.browser, etc.

Value

This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).

Examples

1
runShinyPackageApp(launch.browser = TRUE)

czeildi/shinypackageapp documentation built on May 24, 2019, 2:03 a.m.