run_app: Runs Shiny app for an AQUANES site

View source: R/run_shiny.R

run_appR Documentation

Runs Shiny app for an AQUANES site

Description

Runs Shiny app for an AQUANES site

Usage

run_app(
  siteName = "haridwar",
  use_live_data = FALSE,
  mySQL_conf = NULL,
  launch.browser = TRUE,
  ...
)

Arguments

siteName

site name for shiny app (default: "haridwar")

use_live_data

should live data be used (default: FALSE)

mySQL_conf

file path to mySQL config file (.my.cnf). Only used if parameter use_live_data is TRUE and there is no .my.cnf in the app folder for the selected site (default: NULL)

launch.browser

If true, the system's default web browser will be launched automatically after the app is started (default: TRUE)

...

further arguments passed to shiny::runApp()


KWB-R/kwb.pilot documentation built on Nov. 1, 2022, 2:49 p.m.