processParents: Process Parents Information from GEDCOM Data

View source: R/readGedcom.R

processParentsR Documentation

Process Parents Information from GEDCOM Data

Description

Adds parent IDs to the individuals based on family relationship data.

Usage

processParents(df_temp, datasource)

Arguments

df_temp

A data frame produced by readGedcom().

datasource

Character string indicating the data source ("gedcom" or "wiki").

Value

The updated data frame with parent IDs added.


BGmisc documentation built on June 11, 2025, 1:07 a.m.