R/launch_shiny_in_background.R
launch_shiny_in_background.Rd
Launch a shiny app in the background
launch_shiny_in_background(path = ".", port = NULL)
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 |
The URL of the running app
if (FALSE) { launch_shiny_in_backrgound("app/", port = 6589) }