Learn R Programming

SoilTaxonomy (version 0.2.3)

taxon_code_to_taxon: Convert taxon code to taxon name

Description

Convert taxon code to taxon name

Usage

taxon_code_to_taxon(code)

Value

A character vector of matching Taxon Names

Arguments

code

A character vector of Taxon Codes

See Also

decompose_taxon_code, preceding_taxon_codes, taxon_to_taxon_code

Examples

Run this code

taxon_code_to_taxon(c("ABC", "XYZ", "DAB", NA))

Run the code above in your browser using DataLab