taxon_to_taxon_code {SoilTaxonomy}R Documentation

Convert taxon name to taxon code

Description

Convert taxon name 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


taxon_to_taxon_code(c("Anhyturbels", "foo", "Cryaquands", NA))


[Package SoilTaxonomy version 0.2.4 Index]