View source: R/data_processing.R
| sitedata | R Documentation | 
Retrieve hydrology data from the USGS website for given sites and duration
sitedata(site_num, startDate, endDate)
| site_num | a "character" vector that contains the study site numbers. | 
| startDate | a "date" following the Y-m-d format. | 
| endDate | a "date" following the Y-m-d format. | 
returns a data.frame with 18 variables.
# return stream hydrology data for given USGS sites
library(easyrbi)
sitedata(c("01564500", "01567000"), "1970-10-01", "1980-09-30")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.