coalesce_by_column: Coalesce Rows by Columns in Data Frame

coalesce_by_columnR Documentation

Coalesce Rows by Columns in Data Frame

Description

coalesce_by_column() is the workhorse behind coalesce_dupes(); when combined with group_by() and summarize(), it allows coalescing of data frame rows.

Usage

coalesce_by_column(x)

Arguments

x

A grouped data frame

References

See Jon Harmon's solution to this question on Stack Overflow.


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.