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