powered by
Find a lookup key corresponding to a code type.
findCodeType(code, date = NULL, regex = TRUE, full = FALSE)
A vector of keys (default) or a data frame if full is TRUE.
a code name, e.g. Gear Type, or DATRAS to find all DATRAS related codes.
restrict output to code types modified after a given date in yyyy-mm-dd format, e.g. "2010-12-01"
whether to match the stock name as a regular expression.
whether to return a data frame with all stock list columns.
getCodeTypeList gets a list of code types.
getCodeTypeList
icesVocab-package gives an overview of the package.
icesVocab-package
if (FALSE) { findCodeType("worms") findCodeType("DATRAS", full = TRUE) findCodeType("DATRAS", full = TRUE, date = "2010-01-01") }
Run the code above in your browser using DataLab