Support `select()` for `atlas_species()`
mjwestgate opened this issue · 1 comments
mjwestgate commented
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 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.
mjwestgate commented
Added in v.2.0.2