cdMult <- get_cd(c(40003,42003), fields = "all")
### lots of information on the catchment/station
### including information on rejected annual maxima
cdMult$`40003`$`peak-flow-rejected-amax-years` ## no rejections
cdMult$`42003`$`peak-flow-rejected-amax-years` ## several rejections
cd40003 <- get_cd(40003, fields = "feh")
# less information, mostly the FEH descriptors
dim(cd40003)
sapply(cdMult, ncol)
Run the code above in your browser using DataLab