View source: R/shiny_application.R
shiny_application | R Documentation |
This function allows to launch the shiny app.
shiny_application(host = "0.0.0.0", port = 3838)
host |
The IPv4 address that the application should listen on. |
port |
The TCP port that the application should listen on. |
shiny_application()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.