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() }
Useful links