df_indi_facts: Create a table summarising all individual/family facts

df_indi_factsR Documentation

Create a table summarising all individual/family facts

Description

This function creates a tidy table making it easy to extract fact details for an individual or family group.

Usage

df_indi_facts(gedcom, xref)

df_famg_facts(gedcom, xref)

Arguments

gedcom

A tidyged object.

xref

The xref of the Individual or Family Group record.

Details

Notes and source citations are not included in the summary, as well as other more obscure fields.

Value

A tibble containing a row for each fact.

Examples

df_indi_facts(sample555, "@I1@")
df_famg_facts(sample555, "@F1@")

jl5000/tidygedcom documentation built on June 22, 2022, 5:16 p.m.