coalesce_many: Combined paired sets of columns following a join operation

View source: R/coalesce_many.R

coalesce_manyR Documentation

Combined paired sets of columns following a join operation

Description

Combined paired sets of columns following a join operation

Usage

coalesce_many(df)

Arguments

df

a data frame following a join and thereby containing paired columns of the form Col_1.x, Col_1.y

Value

returns a data frame with all sets of paired columns combined into single columns and named as, for example, Col_1, Col_2 etc.

See Also

coalesce_many runs inside swim_parse_splash


SwimmeR documentation built on March 31, 2023, 8:27 p.m.