Learn R Programming

SoilTaxonomy (version 0.1)

taxon_to_taxon_code: Convert Taxon to Taxon Code

Description

Convert Taxon to Taxon Code

Usage

taxon_to_taxon_code(taxon)

Arguments

taxon

A character vector of Taxon Names -- case insensitive

Value

A character vector of matching Taxon Codes

See Also

decompose_taxon_code, preceding_taxon_codes, taxon_code_to_taxon

Examples

Run this code
# NOT RUN {
taxon_to_taxon_code(c("Anhyturbels", "foo", "Cryaquands", NA))

# }

Run the code above in your browser using DataLab