ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

Add warning when a duplicated name is accessed with NSE #153

Closed zachary-foster closed 6 years ago

zachary-foster commented 6 years ago

This can happen when there are two tables in a taxmap object that share column names. It is common when one table is a transformation of the other. It can be confusing since it is not clear which one is being accessed. The warning should say which was used.