parseNameLine: Parse a Full Name Line

View source: R/readGedcom.R

parseNameLineR Documentation

Parse a Full Name Line

Description

Extracts full name information from a GEDCOM "NAME" line and updates the record accordingly.

Usage

parseNameLine(line, record)

Arguments

line

A character string containing the name line.

record

A named list representing the individual's record.

Value

The updated record with parsed name information.


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