run_app function

Launch VICI Shiny App

Launch VICI Shiny App

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() }
  • Maintainer: Boris Hejblum
  • License: GPL-3
  • Last published: 2024-02-02

Useful links