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(shiny.maxRequestSize = 5 * 1024^3, ...)

Arguments

shiny.maxRequestSize

This is a number which specifies the maximum web request size, which serves as a size limit for file uploads. If unset, the maximum request size defaults to 1024 MiB.

...

A series of options to be used inside the app.


burgerga/CPTrackRApp documentation built on Jan. 15, 2024, 3:53 a.m.