splitIndividuals: Split GEDCOM Lines into Individual Blocks

View source: R/readGedcom.R

splitIndividualsR Documentation

Split GEDCOM Lines into Individual Blocks

Description

This function partitions the GEDCOM file (as a vector of lines) into a list of blocks, where each block corresponds to a single individual starting with an "@ INDI" line.

Usage

splitIndividuals(lines, verbose = FALSE)

Arguments

lines

A character vector of lines from the GEDCOM file.

verbose

Logical indicating whether to output progress messages.

Value

A list of character vectors, each representing one individual.


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