shinybrms (version 1.8.0)

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 (even if using RStudio), set argument launch.browser to TRUE.

Examples

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

Run the code above in your browser using DataLab