View source: R/download_USGS.R
batch_USGSdv | R Documentation |
This function is basically a wrapper around readNWISdv but includes added variables like water year, lat/lon, station name, altitude and tidied dates.
batch_USGSdv(
sites,
parameterCd = "00060",
start_date = "",
end_date = "",
parallel = FALSE,
...
)
sites |
A vector of USGS NWIS sites |
parameterCd |
A USGS code for metric, default is "00060". |
start_date |
A character of date format, e.g. |
end_date |
A character of date format, e.g. |
parallel |
|
... |
arguments to pass on to future_map. |
A data.frame
with daily mean flow and added meta-data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.