coalesce_many {SwimmeR}R 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


[Package SwimmeR version 0.14.2 Index]