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