mutate_if...: mutate_if

Description Usage Arguments Details Value Author(s) See Also

View source: R/mutate_if.R

Description

Grouping wrapper for mutate_if

Usage

1

Arguments

...

parameters for dplyr::mutate_if

Details

The wisegroup package provides a wrapper for mutate_if that behaves as per the original with the added bonus of signalling returned data could be grouped in source code. This helps avoid mistakes associated with forgetting to call ungroup().

For original documentation see dplyr::mutate_if().

Use wisegroup::mutate_if() to automatically remove groups after applying dplyr::mutate_if.

Value

an ungrouped dataframe

Author(s)

Miles McBain

See Also

dplyr::mutate_if, mutate_if...


MilesMcBain/wisegroup documentation built on Dec. 5, 2019, 2:03 a.m.