guess_age | R Documentation |
This function calculates an age for an individual based on their individual or family facts. It calculates age based on the date of the fact and their age when the fact applied.
guess_age(tg, xref, agg_fn = mean)
tg |
A tidyged object. |
xref |
The xref of an individual. |
agg_fn |
If multiple ages are calculated, the function to use to aggregate them. |
A numeric value giving the estimated age. A numeric value less than zero means no determination could be made.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.