Description Usage Arguments Details Value Author(s) See Also
Ungrouping wrapper for add_count
1 |
... |
parameters for dplyr::add_count |
The wisegroup package provides a wrapper for add_count that always returns ungrouped data. This avoids mistakes associated with forgetting to call ungroup().
For original documentation see dplyr::add_count()
.
Use add_count...()
to retain groups as per dplyr::add_count
, whilst
signalling this in your code.
an ungrouped dataframe
Miles McBain
dplyr::add_count, add_count...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.