run_app | R Documentation |
Launch VICI Shiny App
run_app(host = "127.0.0.1", port = 3838, ...)
host |
Default is "127.0.0.1", see runApp for details. |
port |
Default is 3838, see runApp for details. |
... |
additional arguments to be passed to the runApp function. |
if(interactive()){
vici::run_app()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.