Skip to contents

Returns key counts and coverage statistics for a data frame produced by readGedcom().

Usage

summarizeGedcom(df)

Arguments

df

A data frame returned by readGedcom().

Value

An object of class "tidygedcom_summary" (a named list). Print the result for a human-readable overview.

Examples

if (FALSE) { # \dontrun{
df <- readGedcom("my_file.ged")
summarizeGedcom(df)
} # }