Skip to contents

The rplanes explorer app allows a user to interactively upload their own data (or view an internal example) to explore the plausibility analysis functionality.

Usage

rplanes_explorer(...)

Arguments

...

Additional arguments to be passed to shiny::runApp

Value

This function operates as a side-effect and starts the rplanes Shiny app.

Examples

if (FALSE) { # \dontrun{
# Launch the explorer app
rplanes_explorer(host = "0.0.0.0",
                 launch.browser = TRUE,
                 port = 80)
} # }