taxon_code_to_taxon {SoilTaxonomy} | R Documentation |
Convert taxon code to taxon name
Description
Convert taxon code to taxon name
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
taxon_code_to_taxon(c("ABC", "XYZ", "DAB", NA))
[Package SoilTaxonomy version 0.2.4 Index]