run_app {vici} | R Documentation |
Launch VICI Shiny App
Description
Launch VICI Shiny App
Usage
run_app(host = "127.0.0.1", port = 3838, ...)
Arguments
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. |
Examples
if(interactive()){
vici::run_app()
}
[Package vici version 0.7.3 Index]