run_app: Run the bayprior Shiny Application

View source: R/run_app.R

run_appR Documentation

Run the bayprior Shiny Application

Description

Launches the golem-structured shinydashboard application.

Usage

run_app(
  onStart = NULL,
  options = list(),
  enableBookmarking = NULL,
  uiPattern = "/",
  ...
)

Arguments

onStart

A function called before the app runs.

options

List of options passed to shiny::shinyApp().

enableBookmarking

Passed to shiny::shinyApp().

uiPattern

Passed to shiny::shinyApp().

...

Additional arguments passed to golem::with_golem_options().

Value

A shiny.appobj, invisibly.


bayprior documentation built on Aug. 27, 2026, 1:09 a.m.