combine_columns {BGmisc}R Documentation

Combine Columns

Description

This function combines two columns, handling conflicts and merging non-conflicting data.

Usage

combine_columns(col1, col2)

Arguments

col1

The first column to combine.

col2

The second column to combine.

Value

A list with the combined column and a flag indicating if the second column should be retained.


[Package BGmisc version 1.3.2 Index]