Launch a shiny app in the background

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

if (FALSE) { launch_shiny_in_backrgound("app/", port = 6589) }