Closed sckott closed 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
gnr_resolve()
tnrs()
ResolveNames()
rPlant
Could introduce a function e.g, resolve() to access all of these to provide user with single access point for name resolution
resolve()
scratch rplant dep, forgot i wrote iplant_resolve() to replicate their fxn
iplant_resolve()
Make a single access point for resolving names
Right now we have the following fxns explicitly meant for resolving names:
gnr_resolve()
andtnrs()
In addition, theresResolveNames()
fromrPlant
Could introduce a function e.g,
resolve()
to access all of these to provide user with single access point for name resolution