getInfo: Get INFO dataframe from EGRET object

View source: R/egret_objects.R

getInfoR Documentation

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, ...)

## Default S3 method:
getInfo(x, ...)

Arguments

x

EGRET object or named list

...

additional parameters

Value

INFO dataframe

See Also

readNWISDaily, readNWISSample

Examples

eList <- Choptank_eList
INFO <- getInfo(eList)

USGS-R/EGRET documentation built on Feb. 9, 2024, 5:30 p.m.