Learn R Programming

SoilTaxonomy (version 0.2.3)

taxon_to_taxon_code: Convert taxon name to taxon code

Description

Convert taxon name to taxon code

Usage

taxon_to_taxon_code(taxon)

Value

A character vector of matching taxon codes

Arguments

taxon

A character vector of taxon names, case insensitive

See Also

decompose_taxon_code, preceding_taxon_codes, taxon_code_to_taxon

Examples

Run this code

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

Run the code above in your browser using DataLab