Description Usage Arguments Examples
Launch Application
1 2 3 4 5 6 7 | launch_app(
app = "ps50sr-dashboard",
use_browser = TRUE,
host = "0.0.0.0",
port = 3838,
quiet = FALSE
)
|
app |
Character, name of the application. |
use_browser |
Logical, if TRUE the system's default web browser will be launched automatically after the app is started. |
host |
Character, the IPv4 address that the application should listen on. |
port |
Numeric, the TCP port that the application should listen on. |
quiet |
Logical, if TRUE Shiny status messages will be shown. Defaults to FALSE. |
1 | ## Not run: launch_app(app = "explorer", user_browser = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.