getQGHT: Get continuous streamflow and gage height from NWIS web...

Description Usage Arguments Value

View source: R/sample_flows.R

Description

Get continuous streamflow and gage height from NWIS web services

Usage

1
getQGHT(site, start, end, tz = "UTC")

Arguments

site

USGS site number

start

the start date of interest, as a string in the form YYYY-MM-DD

end

the start date of interest, as a string in the form YYYY-MM-DD

tz

the time zone for output, e.g. "America/Chicago", "America/New_York", see OlsonNames() for more details

Value

a data frame with a time series of streamflow (00060) and gage height (00065), and the associated codes for each time series point (e.g. "A" for approved, e for estimated).


PatrickEslick/CWQkitr documentation built on Dec. 12, 2019, 12:55 a.m.