-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use tibble
for outputs
#118
Comments
daxkellie
added a commit
that referenced
this issue
Dec 21, 2021
mjwestgate
added a commit
that referenced
this issue
Dec 23, 2021
mjwestgate
added a commit
that referenced
this issue
Jan 4, 2022
…RUE)` - `search_taxa` and `find_taxa` are now in different files, containing only their supporting functions, for easier maintanence - Both functions support revised behaviour of `atlas_GET` and so do not return errors or warnings resulting from failed web calls (#119) - Both functions always return a `tibble`; empty if no data are available (#118) - non-exported functions `intermediate_ranks` and `child_concepts` have been removed - misc updated tests and fixtures - deprecated `select_taxa` retains `is_id` for backwards compatability
mjwestgate
added a commit
that referenced
this issue
Jan 4, 2022
…OOP (and tibbles as per #118) This function: - checks for a supplied object, and if it isn't given, creates a tibble - checks if supplied object is a tibble, and if not, converts it - adds the specified class to existing class list this new framework has been applied to `search_taxa` and `find_taxa`, but may be useful elsewhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With our push to embrace
dplyr
syntax, it may be best to return tibbles not only inshow_all_fields
(#110), but for all functions that return adata.frame
for consistency. Old syntax will remain as before and return data as adata.frame
The text was updated successfully, but these errors were encountered: