Open ergz opened 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.
cdec_stations
Example,
d <- c("BIC", "IGO", "DVD", "GRL", "CRS", "MST", "MCH", "MLM", "CCR", "YRS", "BBQ") cdec_stations(d)
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,