combine_columns: Combine Columns

View source: R/readGedcom.R

combine_columnsR 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.


BGmisc documentation built on Aug. 8, 2025, 7:20 p.m.