transmute: transmute

Description Usage Arguments Details Value Author(s) See Also

View source: R/transmute.R

Description

Ungrouping wrapper for transmute

Usage

1

Arguments

...

parameters for dplyr::transmute

Details

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

For original documentation see dplyr::transmute().

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

Value

an ungrouped dataframe

Author(s)

Miles McBain

See Also

dplyr::transmute, transmute...


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