find_insertion_point | R Documentation |
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 )
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. |
The row after the insertion point in the tidyged object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.