taxonlookup icon indicating copy to clipboard operation
taxonlookup copied to clipboard

A versioned and dynamically updating taxonomic lookup table for land plants

Results 10 taxonlookup issues
Sort by recently updated
recently updated
newest added

Gymnosperms higher orders seems out of date, "Cupressales" is missing and all the taxa belong to "Cupressales" was assigned to "Pinales" See below: ``` library("taxonlookup") ho unique(ho$order[ho$group=="Gymnosperms"]) [1] "Cycadales" "Ginkgoales"...

Would be extra-useful for Asteraceae and Fabaceae and other big families. But not sure what the right source is to get this information for the whole set of global genera.

enhancement

The big lookup table should be removed and added to .gitignore so that package installation is light. @wcornwell; I [see you added it](https://github.com/traitecoevo/taxonlookup/commits/master/plant_lookup.csv) - was this in error, or is...

Possible resource to use here: http://bryology.uconn.edu/classification

enhancement

Not high-priority but... I would like to be able to lookup the higher-level taxonomy of names that are Hybrids, that TPL has data for e.g. × _Elyhordeum chatangensis_ (Roshev.) Tzvelev...

enhancement

I have a large list of genera to lookup, and I (knowingly) have lots of duplicates. I don't want it all uniq'd down to unique genera only. If the list...

I accidentally input a 'blank' name in a long list of names (an error which I think users are quite likely to make!). ``` str(A) chr [1:337444] "Aa" "Aa" "Aaronsohnia"...