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

ASSOCIATION_STRUCTURE(
  xref_indi,
  relation_is_descriptor,
  source_citations = list(),
  notes = list()
)

Arguments

xref_indi

An xref ID of an Individual record.

relation_is_descriptor

A word or phrase that states object 1's relation is object 2.

source_citations

A list of SOURCE_CITATION() objects.

notes

A list of NOTE_STRUCTURE() objects.

Value

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