add_ancestors | R Documentation |
This function adds placeholder Individual records for ancestors going back a specific number of generations.
add_ancestors(tg, xref, num_gen, inc_sex = TRUE)
tg |
A tidyged object. |
xref |
The xref of an Individual record to add ancestors for. |
num_gen |
The number of generations to create ancestors for. |
inc_sex |
Whether to populate the sex of the ancestors. This will ensure that there is one male and one female parent. Otherwise the sex will be assigned as "U" (undetermined). |
This function may also create Family Group records and will not modify existing ancestors.
A tidyged object with additional ancestor records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.