add_indi_family_link_as_spouse: Add a family link as a spouse

View source: R/individual_links.R

add_indi_family_link_as_spouseR Documentation

Add a family link as a spouse

Description

Add a family link as a spouse

Usage

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.

Details

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

Value

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


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