AtlasOfLivingAustralia / galah-R

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

Enable `ala_counts()` to group by multiple fields/columns #99

Closed daxkellie closed 2 years ago

daxkellie commented 2 years ago

It is only possible to aggregate counts by a single field using ala_counts() (for example, ala_counts(group_by = "year")). It would be useful to enable group_by to accept multiple arguments and calculate aggregated cross-tabulated counts

daxkellie commented 2 years ago

Solved by the galah_group_by function