coalesce_into: Coalesce 1+ Fields to a New Field

Description Usage See Also

View source: R/deprecated2.R

Description

(Deprecated) This is 1 of 2 coalesce functions. This one takes fields that are not the same as the proposed new column name. For example, a dataframe with fields "A", "B", and "C" can be coalesced into a field "D". If all the values need to be coalesced into an existing field such as "A", "B", and "C" to "A", use coalesce_at function instead.

Usage

1
coalesce_into(.data, into, ..., remove = FALSE)

See Also

tidyeval-compat,select,mutate,coalesce


meerapatelmd/rubix documentation built on Sept. 5, 2021, 8:30 p.m.