We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
## install.packages("devtools") ## devtools::install_github("ices-tools-prod/icesSD") library(icesSD) sd <- getSD() cats <- sd[sd$ActiveYear==2017, c("SpeciesCommonName","StockKeyLabel","DataCategory","ExpertGroup")] rownames(cats) <- NULL cats