Add a family link as a child

add_indi_family_link_as_child(
  gedcom,
  family_xref,
  linkage_type = "birth",
  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 child.

linkage_type

A code used to indicate the child to family relationship. Either, "birth" (default), "foster", or "adopted".

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 child is added separately.