count.data_request {galah} | R Documentation |
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 class 'data_request'
count(x, ..., wt, sort, name)
Arguments
x |
An object of class |
... |
currently ignored |
wt |
currently ignored |
sort |
currently ignored |
name |
currently ignored |
[Package galah version 2.1.0 Index]