Learn R Programming

EGRET (version 2.3.0)

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

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

Arguments

x
EGRET object or named list
...
additional parameters

Value

  • INFO dataframe

See Also

readNWISDaily, readNWISSample

Examples

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

Run the code above in your browser using DataLab