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

Add galah_identify #122

Closed
daxkellie opened this issue Jan 19, 2022 · 1 comment
Closed

Add galah_identify #122

daxkellie opened this issue Jan 19, 2022 · 1 comment

Comments

@daxkellie
Copy link
Collaborator

To be consistent that functions prefixed by search_ are used for information lookup, whereas function prefixed by galah_ are used for filtering queries, making a galah_ function for taxonomic filtering will be more intuitive and consistent.

galah_identify will act as a filtering function within data queries, e.g., :

galah_call() %>%
  galah_identify("reptilia") %>%
  atlas_counts()

Then search_taxa will then be simplified to be a taxa lookup function that cannot be used within a galah_call() piped query

@daxkellie
Copy link
Collaborator Author

Addressed in previous commits:
2850a45
9b98c00
0d5b14d

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