launch_application: launch_application

View source: R/launch_application.R

launch_applicationR Documentation

launch_application

Description

Launch the SmaRP Shiny wep app.

Usage

launch_application(launch.browser = interactive(), ...)

Arguments

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL.

...

Additional arguments passed on to runApp().

Value

Side-effecting function. Launches the SmaRP app.

Examples

if (interactive()) {
  SmaRP::launch_application()
}

miraisolutions/SmaRP documentation built on March 23, 2022, 6:46 a.m.