transmute_at: transmute_at

Description Usage Arguments Details Value Author(s) See Also

View source: R/transmute_at.R

Description

Ungrouping wrapper for transmute_at

Usage

1

Arguments

...

parameters for dplyr::transmute_at

Details

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.

Value

an ungrouped dataframe

Author(s)

Miles McBain

See Also

dplyr::transmute_at, transmute_at...


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