getDaily: Get Daily dataframe from EGRET object

View source: R/egret_objects.R

getDailyR Documentation

Get Daily dataframe from EGRET object

Description

From a named list or EGRET object, extract the Daily dataframe

Usage

getDaily(x, ...)

## S3 method for class 'egret'
getDaily(x, ...)

## Default S3 method:
getDaily(x, ...)

Arguments

x

EGRET object or named list

...

additional parameters

Value

Daily dataframe

See Also

readNWISDaily, readNWISSample

Examples

eList <- Choptank_eList
Daily <- getDaily(eList)

USGS-R/EGRET documentation built on Feb. 9, 2024, 5:30 p.m.