Skip to content
New issue

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

Make subset option accept NSE like filter_taxa #52

Closed
6 tasks done
zachary-foster opened this issue Jun 1, 2017 · 0 comments
Closed
6 tasks done

Make subset option accept NSE like filter_taxa #52

zachary-foster opened this issue Jun 1, 2017 · 0 comments
Assignees

Comments

@zachary-foster
Copy link
Collaborator

zachary-foster commented Jun 1, 2017

All the functions that have the subset option return values per-taxon.
The same code that filter_taxa uses to parse NSE should work here too.
Let you do stuff like:

supertaxa(ex_taxmap, taxon_ranks == "species")

instead of

supertaxa(ex_taxmap, ex_taxmap$taxon_ranks() == "species")

  • obs
  • subtaxa
  • leaves
  • roots
  • stems
  • supertaxa
@zachary-foster zachary-foster self-assigned this Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant