launch_app: Launch Application

Description Usage Arguments Examples

View source: R/launch.R

Description

Launch Application

Usage

1
2
3
4
5
6
7
launch_app(
  app = "ps50sr-dashboard",
  use_browser = TRUE,
  host = "0.0.0.0",
  port = 3838,
  quiet = FALSE
)

Arguments

app

Character, name of the application.

use_browser

Logical, if TRUE the system's default web browser will be launched automatically after the app is started.

host

Character, the IPv4 address that the application should listen on.

port

Numeric, the TCP port that the application should listen on.

quiet

Logical, if TRUE Shiny status messages will be shown. Defaults to FALSE.

Examples

1
## Not run: launch_app(app = "explorer", user_browser = TRUE)

cjcallag/ps50sr documentation built on Dec. 19, 2021, 5:11 p.m.