Convert taxon code to taxon name
taxon_code_to_taxon(code)
A character vector of matching Taxon Names
taxon_code_to_taxon(c("ABC", "XYZ", "DAB", NA))
#> ABC XYZ DAB <NA>
#> "Anhyturbels" NA "Cryaquands" NA