Skip to contents

`count.data_request()` and `atlas_counts()` support server-side grouping of data. Grouping can be used to return record counts grouped by multiple, valid fields (found by `search_all(fields)`).

Usage

sbdi_group_by(...)

Arguments

...

zero or more individual column names to include

Value

If any arguments are provided, returns a `data.frame` with columns `name` and `type`, as per [select.data_request()].

Examples

if (FALSE) {
sbdi_call() |>
  sbdi_group_by(basisOfRecord) |>
  atlas_counts()
}