count {bupaR} | R Documentation |
Count log
Description
Count log
Usage
count(x, ..., wt = NULL, sort = FALSE, name = NULL)
## S3 method for class 'log'
count(x, ...)
## S3 method for class 'grouped_log'
count(x, ...)
Arguments
x |
|
... |
Additional arguments passed to dplyr |
wt |
<
|
sort |
If |
name |
The name of the new column in the output. If omitted, it will default to |
Methods (by class)
-
count(log)
: Count log -
count(grouped_log)
: Count grouped log
[Package bupaR version 0.5.5 Index]