Support slice_head()
and group_by()
for occurrence downloads
#258
Labels
enhancement
New feature or request
slice_head()
and group_by()
for occurrence downloads
#258
Our adoption of
dplyr
syntax opens up the possibility of more intuitive ways of calling the various APIs. It would also make the process more SQL-like, which would be more consistent with GBIF once we complete issue #249.Two examples that spring to mind are:
group_by()
for occurrences. This would be a generalisation ofatlas_species()
to support any valid field as a facet; by so doing it would also resolve this issue: add rank argument to atlas_species() #195.Example syntax:
slice_head()
for occurrences. This would require enabling theoccurrences/search
API for actual occurrence calls (currently only used for counts), and would require setting limits (as e.g. ALA only allows 500 records, from memory). This would help people view data before doing a large download.Example syntax:
The text was updated successfully, but these errors were encountered: