ropensci / taxize

A taxonomic toolbelt for R
https://docs.ropensci.org/taxize
Other
271 stars 61 forks source link

Resolve unification #258

Closed sckott closed 10 years ago

sckott commented 10 years ago

Make a single access point for resolving names

Right now we have the following fxns explicitly meant for resolving names: gnr_resolve() and tnrs() In addition, theres ResolveNames() from rPlant

Could introduce a function e.g, resolve() to access all of these to provide user with single access point for name resolution

sckott commented 10 years ago

scratch rplant dep, forgot i wrote iplant_resolve() to replicate their fxn