FlowWest / CDECRetrieve

An R package to retrieve CDEC data
https://flowwest.github.io/CDECRetrieve/
Other
7 stars 5 forks source link

allow for multiple stations in cdec_stations #66

Open ergz opened 2 years ago

ergz commented 2 years ago

it would be nice to be able to pass a vector of CDEC stations into the cdec_stations function and have it return the dataframe of metadata for each of these stations.

Example,

d <- c("BIC", "IGO", "DVD", "GRL", "CRS", "MST", "MCH", "MLM", "CCR", "YRS", "BBQ")

cdec_stations(d)