Learn R Programming

EGRET (version 3.0.9)

getInfo: Get INFO dataframe from EGRET object

Description

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

Usage

getInfo(x, ...)

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

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

Value

INFO dataframe

Arguments

x

EGRET object or named list

...

additional parameters

See Also

readNWISDaily, readNWISSample

Examples

Run this code
eList <- Choptank_eList
INFO <- getInfo(eList)

Run the code above in your browser using DataLab