run_app: Run shiny app

Description Usage Arguments

View source: R/shiny.R

Description

Run shiny app

Usage

1
2
3
4
5
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


KWB-R/kwb.qmra documentation built on June 15, 2021, 11:14 p.m.