powered by
Get stock list data such as stock code, expert group, assessment type, etc.
getSD(stock = NULL, year = NULL)
the stock code, e.g. cod.27.47d20.
the active year of the stock list, e.g. 2016, or NULL to get the most recent year available.
A data frame.
icesSD-package gives an overview of the package.
icesSD-package
# NOT RUN { sddata <- getSD() cod <- getSD(stock = "cod.27.47d20") cod22 <- getSD(stock = "cod.27.47d20", year = 2022) y2022 <- getSD(year = 2022) # }
Run the code above in your browser using DataLab