Learn R Programming

EGRET (version 3.0.9)

getSample: Get Sample dataframe from EGRET object

Description

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

Usage

getSample(x, ...)

getSample(x, ...)

getSample.default(x, ...)

Value

Sample dataframe

Arguments

x

EGRET object or named list

...

additional parameters

See Also

readNWISDaily, readNWISSample

Examples

Run this code
eList <- Choptank_eList
Sample <- getSample(eList)

Run the code above in your browser using DataLab