rplanes_explorer {rplanes} | R Documentation |
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(...)
Arguments
... |
Additional arguments to be passed to shiny::runApp |
Value
This function operates as a side-effect and starts the rplanes
Shiny app.
Examples
## Not run:
# Launch the explorer app
rplanes_explorer(host = "0.0.0.0",
launch.browser = TRUE,
port = 80)
## End(Not run)
[Package rplanes version 0.1.0 Index]