| count.data_request | R Documentation |
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.
## S3 method for class 'data_request'
count(x, ..., wt, sort, name)
## S3 method for class 'data_request'
add_count(x, ..., wt = NULL, sort = FALSE, name = NULL)
x |
An object of class |
... |
currently ignored |
wt |
currently ignored |
sort |
currently ignored |
name |
currently ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.