run_app | R Documentation |
Run a Dash app
run_app( app, host = Sys.getenv("DASH_HOST", Sys.getenv("HOST", "127.0.0.1")), port = Sys.getenv("DASH_PORT", Sys.getenv("PORT", 8050)), browser = interactive() )
app |
A dash application created with |
host |
Hostname to run the app. |
port |
Port number to run the app. |
browser |
Whether or not to launch a browser to the app's URL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.