shinybrms (version 1.5.0)

launch_shinybrms: 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).

Examples

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

Run the code above in your browser using DataLab