shinystuff: Explore data in shiny applications

explore_aquifersR Documentation

Explore data in shiny applications

Description

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.

Usage

explore_aquifers(browse = TRUE)

explore_site(browse = TRUE)

Arguments

browse

Logical. Use browser for running Shiny app.

Examples

## Not run: 
explore_aquifers()

## End(Not run)
## Not run: 
explore_site()

## End(Not run)

USGS-R/HASP documentation built on July 28, 2024, 7:53 a.m.