app function

Launch Shiny App

Launch Shiny App

app(...)

Arguments

  • ...: arguments to pass to shiny::runApp

Returns

Runs the app.

Examples

## Not run: app() # to run the app without special options app(launch.browser = T) # to run the app in a new browser session ## End(Not run)
  • Maintainer: Fabio Ashtar Telarico
  • License: GPL (>= 3)
  • Last published: 2022-12-14

Useful links