get_aquifer_data | R Documentation |
Get USGS data based on aquiferCd
get_aquifer_data(aquiferCd, startDate, endDate, parameter_cd = "72019")
aquiferCd |
character. To see valid aquifer codes, see the included data
frame |
startDate |
date or string. Beginning date of when to pull data. |
endDate |
date of string Ending date to pull data. |
parameter_cd |
5-digit character USGS parameter code. |
end_date <- "2021-01-01"
start_date <- "1989-12-31"
aquiferCd <- "S100CSLLWD"
aq_data <- get_aquifer_data(aquiferCd, start_date, end_date)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.