sitedata: Retrieve hydrology data from the USGS website for given sites...

View source: R/data_processing.R

sitedataR Documentation

Retrieve hydrology data from the USGS website for given sites and duration

Description

Retrieve hydrology data from the USGS website for given sites and duration

Usage

sitedata(site_num, startDate, endDate)

Arguments

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.

Value

returns a data.frame with 18 variables.

Examples

# return stream hydrology data for given USGS sites
library(easyrbi)
sitedata(c("01564500", "01567000"), "1970-10-01", "1980-09-30")

amutaya/easyrbi documentation built on May 9, 2022, 4:04 p.m.