run_app: Run the Shiny Application

View source: R/run_app.R

run_appR Documentation

Run the Shiny Application

Description

Run the Shiny Application

Usage

run_app(
  mode = "local",
  dbhost = "",
  dbport = 5432,
  dbname = NULL,
  dbusername = NULL,
  dbpassword = NULL,
  credentials_path = NULL,
  credentials_pass = NULL,
  uiPattern = "/",
  ...
)

Arguments

mode

Mode of application (local or server)

dbhost

Host of DB (for server use only)

dbport

Port of DB (for server use only)

dbname

Name of DB (for server use only)

dbusername

Username (for server use only)

dbpassword

Password to DB (for server use only)

credentials_path

Path to credentials DB (for server use only)

credentials_pass

Password to credentials DB (for server use only)

uiPattern

A regular expression that will be applied to each GET request to determine whether the ui should be used to handle the request. Note that the entire request path must match the regular expression in order for the match to be considered successful.

...

arguments to pass to golem_opts. See '?golem::get_golem_options' for more details.


RE-QDA/requal documentation built on Jan. 10, 2025, 6:22 p.m.