Add a family link as a spouse

add_indi_family_link_as_spouse(
  gedcom,
  family_xref,
  linkage_notes = character(),
  xref = character(),
  update_date_changed = TRUE
)

Arguments

gedcom

A tidyged object.

family_xref

The xref of the family associated of which this individual is a spouse.

linkage_notes

A character vector of notes accompanying this linkage. These could be xrefs to existing Note records.

xref

The xref of a record to act on if one is not activated (will override active record).

update_date_changed

Whether to add/update the change date for the record.

Value

An updated tidyged object with an expanded Individual record including this family link.

Details

These are only to be used by the add_famg function. The spouse is added separately.