rplanes_explorer | R Documentation |
rplanes
explorer app launcherThe rplanes
explorer app allows a user to interactively upload their own data (or view an internal example) to explore the plausibility analysis functionality.
rplanes_explorer(...)
... |
Additional arguments to be passed to shiny::runApp |
This function operates as a side-effect and starts the rplanes
Shiny app.
## Not run:
# Launch the explorer app
rplanes_explorer(host = "0.0.0.0",
launch.browser = TRUE,
port = 80)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.