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

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.