Learn R Programming

courieR (version 0.2.2)

open_hub: Launch the courieR delivery hub dashboard

Description

Launch the courieR delivery hub dashboard

Usage

open_hub(project_path = NULL, port = NULL, launch.browser = TRUE)

Value

Called for its side effect of launching a Shiny application.

Arguments

project_path

Optional path to pre-fill in the app

port

Optional port to run the app on

launch.browser

Logical. Whether to open the browser

Examples

Run this code
if (interactive()) {
  open_hub()
}

Run the code above in your browser using DataLab