View source: R/launch_shiny_in_background.R
launch_shiny_in_background | R Documentation |
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
## Not run:
launch_shiny_in_backrgound("app/", port = 6589)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.