hadley · GitHub

Merged

Merged

Conversation

@hadley

hadley

DavisVaughan

#' @description
#' `r lifecycle::badge("superseded")`
#'
#' `transmute()` is like `mutate(.keep = "none")`; adds new variables and drops

Comment on lines +22 to +23

DavisVaughan

#'
#' `transmute()` is like `mutate(.keep = "none")`; adds new variables and drops
#' existing ones. New variables overwrite existing variables of the same name.
#' Variables can be removed by setting their value to `NULL`. It's supersed

DavisVaughan

Conflicts:
	NEWS.md

DavisVaughan

#'
#' `transmute()` creates a new data frame containing only the specified
#' computations. It's superseded because you can perform the same job
#' with `mutate(.keep = "none")`; it

@hadley

@hadley

hadley deleted the transmute-superseded branch

August 30, 2022 11:36

Merged

Labels

None yet

Read the original on github.com ↗