ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

`lookup_tax_data` thinks character taxon ids are names #118

Closed zachary-foster closed 6 years ago

zachary-foster commented 6 years ago
x <- downstream("Apis", downto = "Species", db = "col")
lookup_tax_data(x$Apis, type = "taxon_id", column = "childtaxa_id", database = "col")

Does not work. It looks like taxize::classification thinks they are taxon names.