Convert taxon code to taxon name

taxon_code_to_taxon(code)

Arguments

code

A character vector of Taxon Codes

Value

A character vector of matching Taxon Names

Examples


taxon_code_to_taxon(c("ABC", "XYZ", "DAB", NA))
#>           ABC           XYZ           DAB          <NA> 
#> "Anhyturbels"            NA  "Cryaquands"            NA