combine_columns | R Documentation |
This function combines two columns, handling conflicts and merging non-conflicting data.
combine_columns(col1, col2)
col1 |
The first column to combine. |
col2 |
The second column to combine. |
A list with the combined column and a flag indicating if the second column should be retained.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.