Description Usage Arguments Examples
Shiny app will opened on your default browser
1 2 3 4 5 6 |
launch.browser |
If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. |
port |
The TCP port that the application should listen on. Defaults to choosing a random port. |
host |
The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not. |
display.mode |
The mode in which to display the example. Defaults to showcase, but may be set to normal to see the example without code or commentary. |
1 | launch()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.