linkCodes: Get Links Between Two Code Types

View source: R/codeLinks.R

linkCodesR Documentation

Get Links Between Two Code Types

Description

Find parent or child linkages between the codes of two code types.

Usage

linkCodes(code_type, linked_code_type, link_type = c("children", "parent"))

Arguments

code_type

the species name, either in English (default) or Latin.

linked_code_type

whether the species name is in Latin.

link_type

whether to match the species name as a regular expression.

Value

A data frame.

Author(s)

Colin Millar.

See Also

icesVocab-package gives an overview of the package.

Examples


linkCodes("Pargroup", "PARAM", "children")



ices-tools-prod/icesVocab documentation built on Jan. 11, 2024, 1:08 a.m.