Skip to content
Arni Magnusson edited this page Oct 3, 2017 · 6 revisions

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

Clone this wiki locally