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
)
A tidyged object.
The xref of the record where the insertion point will be.
The level of the row where the insertion point will be.
The tag of the row where the insertion point will be.
The value of the row where the insertion point will be.
The row after the insertion point in the tidyged object.