View source: R/coalesce_many.R
| coalesce_many | R Documentation | 
Combined paired sets of columns following a join operation
coalesce_many(df)
df | 
 a data frame following a join and thereby containing paired columns of the form Col_1.x, Col_1.y  | 
returns a data frame with all sets of paired columns combined into single columns and named as, for example, Col_1, Col_2 etc.
coalesce_many runs inside
swim_parse_splash
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.