launch_shinybrms {shinybrms}R Documentation

Launch the shinybrms app

Description

This function launches the shinybrms app.

Usage

launch_shinybrms(...)

Arguments

...

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

Value

TRUE (invisible).

Note

The following global options are introduced by shinybrms:

External global options used by shinybrms are:

Note that shinystan's global option shinystan.rstudio (see shinystan::launch_shinystan()) may not be used here as shinystan is called from an external R process where RStudio's browsers are not available.

Examples

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


[Package shinybrms version 1.8.0 Index]