I often work with plant species check lists and have been using the 'taxize' R package to programmatically compile information on higher taxonomic ranks (above-genus) in these lists. To do this, I use the 'tax_name' function to query online databases and extract higher taxonomic ranks for each species in the list. However, there are often conflicts in generic names (between plants and various animal groups) - is there a way to constrain my database queries to plants only? I have sifted through all the documentation I could find, but haven't come up with a solution.

Similar questions and discussions