You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API powering atlas_species() (occurrences/facets/download) has several TRUE/FALSE arguments that affect which fields are returned. They are:
count (return counts)
lookup (return taxonomic hierarchy
synonym (self-explanatory)
lists (presumably species lists that contain this taxon?)
Currently, the default in atlas_species() is for lookup to be TRUE and the others FALSE. However, these could easily be adapted to groups in galah_select() or select.data_request() to allow greater user control.
The text was updated successfully, but these errors were encountered:
- default is `group = "taxonomy"` for backwards-consistency
- other arguments are added as fields
- when empty `select()` provided, just returns facets (speciesID)
- warns when invalid fields are provided
-tests for the above
The API powering
atlas_species()
(occurrences/facets/download
) has several TRUE/FALSE arguments that affect which fields are returned. They are:count
(return counts)lookup
(return taxonomic hierarchysynonym
(self-explanatory)lists
(presumably species lists that contain this taxon?)Currently, the default in
atlas_species()
is forlookup
to beTRUE
and the othersFALSE
. However, these could easily be adapted to groups ingalah_select()
orselect.data_request()
to allow greater user control.The text was updated successfully, but these errors were encountered: