ropensci / taxadb

:package: Taxonomic Database
https://docs.ropensci.org/taxadb
Other
43 stars 13 forks source link

by_common should search all known common names #51

Closed cboettig closed 5 years ago

cboettig commented 5 years ago

Currently by_common just uses the first available common name which we've grabbed. When multiple common names are available, this doesn't always give the best choice, so it would be better to check all common names. (For instance, this makes ITIS use man as the vernacular for Homo sapiens, and rock cod instead of Atlantic cod for Gadus morhua).

karinorman commented 5 years ago

@cboettig I'm going to take a look at this. Were you thinking it would be better for by_common to pull from a separate (but complete) common names table? Or that we should put all the common names in the existing dwc tables?

cboettig commented 5 years ago

cool! probably better to put it in a separate common names table