launch_XCR: Launch local XCR instance

Description Usage Arguments Value Examples

View source: R/app.R

Description

Launch local XCR instance

Usage

1
launch_XCR(host = "0.0.0.0", port = 8000, launch.browser = TRUE)

Arguments

host

The IP address. default is '0.0.0.0'

port

The port to host app from

launch.browser

Logical, indicate whether or not the default browser should open

Value

Runs the XCR shiny applet.

Examples

1
2
3
4
## Not run: 
launch_XCR()

## End(Not run)

TJGorrie/localXCR documentation built on Dec. 18, 2021, 4:01 p.m.