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(options = list(launch.browser = TRUE), ...)

Arguments

options

A list of options to be passed to shinyApp. Common options include launch.browser & port. You must always set ALL options you care about in one go. E.g. if you use options=list(port=3838) we cannot guarantee the launch.browser option will remain true. If multiple options are important to you, force-set them all, e.g. options(list(launch.browser=TRUE, port = 3838))

...

A series of options to be used inside the app.


CCICB/CRUX documentation built on Jan. 28, 2024, 10:12 p.m.