run_dash_app | R Documentation |
Helper to run Python Dash app on RStudio Cloud.
run_dash_app(path_app, venv = NULL, action = c("browse", "view"))
path_app |
|
venv |
|
action |
|
Invisible path_app
, called for side effects.
## Not run: # not run because this function invokes side-effects run_dash_app("app,py", venv = "./venv") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.