View source: R/egret_objects.R
getDaily | R Documentation |
From a named list or EGRET object, extract the Daily dataframe
getDaily(x, ...)
## S3 method for class 'egret'
getDaily(x, ...)
## Default S3 method:
getDaily(x, ...)
x |
EGRET object or named list |
... |
additional parameters |
Daily dataframe
readNWISDaily
, readNWISSample
eList <- Choptank_eList
Daily <- getDaily(eList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.