Learn R Programming

rplanes (version 0.1.0)

rplanes_explorer: rplanes explorer app launcher

Description

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(...)

Value

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

Arguments

...

Additional arguments to be passed to shiny::runApp

Examples

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

Run the code above in your browser using DataLab