Learn R Programming

SoilTaxonomy (version 0.1)

taxon_code_to_taxon: Convert Taxon Code to Taxon

Description

Convert Taxon Code to Taxon

Usage

taxon_code_to_taxon(code)

Arguments

code

A character vector of Taxon Codes

Value

A character vector of matching Taxon Names

See Also

decompose_taxon_code, preceding_taxon_codes, taxon_to_taxon_code

Examples

Run this code
# NOT RUN {
taxon_code_to_taxon(c("ABC", "XYZ", "DAB", NA))

# }

Run the code above in your browser using DataLab