run_app: Run the Shiny Application

View source: R/app_run.R

run_appR Documentation

Run the Shiny Application

Description

Run the Shiny Application

Usage

run_app(..., lb = TRUE, serverMode = FALSE)

Arguments

...

A series of options to be used inside the app.

lb

Launch browser. Default: TRUE.

serverMode

If TRUE the app will use data stored on the server, otherwise the datsets saved in the package. Default: FALSE.

Examples

## Not run: 
run_app()

## End(Not run)

mpascariu/MortalityCauses documentation built on April 17, 2025, 8:31 p.m.