Learn R Programming

shinybrms (version 1.8.1)

launch_shinybrms: Launch the shinybrms app

Description

This function launches the shinybrms app.

Usage

launch_shinybrms(...)

Value

TRUE (invisible).

Arguments

...

Arguments passed to shiny::runApp(). For example, in order to force the shinybrms app to launch in the system's default web browser (e.g., if using RStudio), set argument launch.browser to TRUE.

References

Weber F, Ickstadt K, and Glass Ä (2022). shinybrms: Fitting Bayesian Regression Models Using a Graphical User Interface for the R Package brms. The R Journal 14(2): 96--120. tools:::Rd_expr_doi("10.32614/RJ-2022-027").

Examples

Run this code
if (interactive()) {
  launch_shinybrms(launch.browser = TRUE)
}

Run the code above in your browser using DataLab