countPatternRows: Count GEDCOM Pattern Rows

View source: R/readGedcom.R

countPatternRowsR Documentation

Count GEDCOM Pattern Rows

Description

Counts the number of lines in a file (passed as a data frame with column "X1") that match various GEDCOM patterns.

Usage

countPatternRows(file)

Arguments

file

A data frame with a column X1 containing GEDCOM lines.

Value

A list with counts of specific GEDCOM tag occurrences.


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