Skip to contents

Function responsible for initializing and running the REXoplanets shiny application.

Usage

app(..., run = TRUE)

Arguments

...

Additional arguments passed to shiny::runApp().

run

If true, runs the application. If false, returns an app object.

Value

App object.