find_insertion_point: Find a particular row position in a tidyged object.

View source: R/helpers.R

find_insertion_pointR Documentation

Find a particular row position in a tidyged object.

Description

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

Usage

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.


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.