count.data_request: Count the observations in each group
Description
count()
lets you quickly count the unique values of one or more variables.
It is evaluated lazily.
Usage
# S3 method for data_request
count(x, ..., wt, sort, name)
Arguments
- x
An object of class data_request
, created using galah_call()
- ...
currently ignored
- wt
currently ignored
- sort
currently ignored
- name
currently ignored