explore_aquifers | R Documentation |
Open an interactive app in a browser. See the "Shiny App" vignette:
vignette("shinyApp", package = "toxEval")
for more details. Using this
function is a quick and convenient way
to explore data. For more customization, the R-code to
produce each graph and table is displayed in the app. That is
a good starting-point for a custom analysis.
explore_aquifers(browse = TRUE)
explore_site(browse = TRUE)
browse |
Logical. Use browser for running Shiny app. |
## Not run:
explore_aquifers()
## End(Not run)
## Not run:
explore_site()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.