getCodeTypeList: Get Types

Description Usage Arguments Value See Also Examples

View source: R/getCodeTypeList.R

Description

Get all code types. Mainly useful as a reminder of what code types are available.

Usage

1

Arguments

date

restrict output to code types modified after a given date in yyyy-mm-dd format, e.g. "2010-12-01"

Value

A data frame.

See Also

getCodeList and getCodeDetail get codes of a given type and code details.

findCodeType searches for a code types based on a search string.

icesVocab-package gives an overview of the package.

Examples

1
2
3
4
5
6
7
# Find code type for World Register of Marine Species (WoRMS)
types <- getCodeTypeList()
types[grep("worms", tolower(types$Description)),]

findCodeType("worms", full = TRUE)

# The code type "SpecWoRMS" can be used when calling getCodeList()

icesVocab documentation built on Feb. 11, 2022, 1:07 a.m.