runShinyPackageApp: launch shiny app

Description Usage Arguments Value Examples

Description

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

Usage

1
runShinyPackageApp(launch_param = NULL, ...)

Arguments

launch_param

param passed at launch time by user

...

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/shinypackage documentation built on May 14, 2019, 11:15 a.m.