launch_shiny_in_background: Launch a shiny app in the background

View source: R/launch_shiny_in_background.R

launch_shiny_in_backgroundR Documentation

Launch a shiny app in the background

Description

Launch a shiny app in the background

Usage

launch_shiny_in_background(path = ".", port = NULL)

Arguments

path

Path of the shiny app, defaults to working directory

port

Port to be used for the connection. If NULL uses a randomly generated port between 1024 and 9999

Value

The URL of the running app

Examples

## Not run: 
launch_shiny_in_backrgound("app/", port = 6589)

## End(Not run)


StatisticsNZ/er.helpers documentation built on Oct. 2, 2023, 7:24 a.m.