A function to pull the metadata table associated with a CDEC gage.
Usage
pullMetadataCDEC(station, list = T)
Arguments
- station
A character vector that supports one or more CDEC gage.
- list
Logical, should the output be provided as a list or data.frame?
Value
A list or data frame of the metadata associated with the requested
CDEC gage.
Examples
if (FALSE) { # \dontrun{
pullMetadataCDEC("MAL")
} # }