We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, currently the taxonomyTable method for merge_taxa_vec() assumes that there are no taxonomic ranks named "group" or "taxon"
merge_taxa_vec()
The text was updated successfully, but these errors were encountered:
As a quick fix, could perhaps use ...group and ...taxon to make conflicts very unlikely, and exit with an error if these would cause a conflict.
...group
...taxon
Sorry, something went wrong.
Change internal var names to avoid conflicts
57dd0b2
See Issue #51.
Instead of ...taxon, might instead use .otu since this is the special column name being used by new ps_tibble() and dplyr verb functions
.otu
ps_tibble()
No branches or pull requests
For example, currently the taxonomyTable method for
merge_taxa_vec()
assumes that there are no taxonomic ranks named "group" or "taxon"The text was updated successfully, but these errors were encountered: