Learn R Programming

EGRET (version 3.0.9)

getDaily: Get Daily dataframe from EGRET object

Description

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

Usage

getDaily(x, ...)

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

# S3 method for default getDaily(x, ...)

Value

Daily dataframe

Arguments

x

EGRET object or named list

...

additional parameters

See Also

readNWISDaily, readNWISSample

Examples

Run this code
eList <- Choptank_eList
Daily <- getDaily(eList)

Run the code above in your browser using DataLab