We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the icesSD wiki!
Here's an example that extracts the data category of all stocks from 2017:
library(icesSD) sd <- getSD() cats <- sd[sd$ActiveYear==2017, c("DataCategory","StockKeyLabel","SpeciesCommonName","ExpertGroup")] cats