CHILD_TO_FAMILY_LINK: Construct the CHILD_TO_FAMILY_LINK tibble

View source: R/subrecords.R

CHILD_TO_FAMILY_LINKR Documentation

Construct the CHILD_TO_FAMILY_LINK tibble

Description

This function constructs a tibble representation of the CHILD_TO_FAMILY_LINK from the GEDCOM 5.5.5 specification.

Usage

CHILD_TO_FAMILY_LINK(
  xref_fam,
  pedigree_linkage_type = character(),
  notes = list()
)

Arguments

xref_fam

An xref ID of a Family Group record.

pedigree_linkage_type

A code used to indicate the child to family relationship for pedigree navigation purposes. One of "birth", "adopted", "foster".

notes

A list of NOTE_STRUCTURE() objects.

Value

A tidy tibble containing the CHILD_TO_FAMILY_LINK part of a GEDCOM file.


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.