Convert taxon code to taxon name
Examples
taxon_code_to_taxon(c("ABC", "XYZ", "DAB", NA))
#> ABC XYZ DAB <NA>
#> "Anhyturbels" NA "Cryaquands" NA
Convert taxon code to taxon name
taxon_code_to_taxon(c("ABC", "XYZ", "DAB", NA))
#> ABC XYZ DAB <NA>
#> "Anhyturbels" NA "Cryaquands" NA