Skip to contents

Run shiny app

Usage

run_app(
  appDir = system.file("extdata/shiny", package = "kwb.qmra"),
  launch.browser = TRUE,
  ...
)

Arguments

appDir

directory of shiny app (default: system.file("extdata/shiny", package = "kwb.qmra"))

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL.

...

additional parameters passed to shiny::runApp