This is for inserting rows at the end of a record or subrecord.

find_insertion_point(
  gedcom,
  xref,
  parent_level,
  parent_tag,
  parent_value = NULL
)

Arguments

gedcom

A tidyged object.

xref

The xref of the record where the insertion point will be.

parent_level

The level of the row where the insertion point will be.

parent_tag

The tag of the row where the insertion point will be.

parent_value

The value of the row where the insertion point will be.

Value

The row after the insertion point in the tidyged object.