Learn R Programming

EGRET (version 2.3.0)

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 class 'egret':
getDaily(x, ...)

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

Arguments

x
EGRET object or named list
...
additional parameters

Value

  • Daily dataframe

See Also

readNWISDaily, readNWISSample

Examples

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

Run the code above in your browser using DataLab