count() lets you quickly count the unique values of one or more variables.
It is evaluated lazily. add_count() is an equivalent that uses mutate()
to add a new column with group-wise counts.
Arguments
- x
An object of class
data_request, created usinggalah_call()- ...
currently ignored
- wt
currently ignored
- sort
currently ignored
- name
currently ignored
