ropensci / taxa

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

Update 'taxon_ids' to 'taxon_id' for consistency. #189

Closed grabear closed 5 years ago

grabear commented 5 years ago

For my use case in metacoder there is usually a taxon_id column instead of a taxon_ids column. The change will make it easier to merge various datasets, and keeps the syntax consistent across multiple observation tables.

Description

Changed the name of the taxon_ids column.

zachary-foster commented 5 years ago

Nice, yea, I think "taxon_id" was what was intended. Thanks!