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