AtlasOfLivingAustralia / galah-R

Query living atlases from R
https://galah.ala.org.au
38 stars 3 forks source link

Support `select()` for `atlas_species()` #227

Closed mjwestgate closed 2 months ago

mjwestgate commented 5 months ago

The API powering atlas_species() (occurrences/facets/download) has several TRUE/FALSE arguments that affect which fields are returned. They are:

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 2 months ago

Added in v.2.0.2