mutate: mutate

Description Usage Arguments Details Value Author(s) See Also

View source: R/mutate.R

Description

Ungrouping wrapper for mutate

Usage

1

Arguments

...

parameters for dplyr::mutate

Details

The wisegroup package provides a wrapper for mutate that always returns ungrouped data. This avoids mistakes associated with forgetting to call ungroup().

For original documentation see dplyr::mutate().

Use mutate...() to retain groups as per dplyr::mutate, whilst signalling this in your code.

Value

an ungrouped dataframe

Author(s)

Miles McBain

See Also

dplyr::mutate, mutate...


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