This function identifies records in an entire branch of the family tree below a certain individual.
get_descendants(
gedcom,
indi_xref = character(),
inc_indi = FALSE,
inc_part = FALSE,
inc_famg = FALSE,
inc_supp = FALSE,
birth_only = TRUE
)
A tidyged object.
The xref of an Individual record to act on if one is not activated (will override active record).
Whether to also include the individual themselves.
Whether to also include all partners of this individual (and their descendants and descendants' partners).
Whether to also include all Family Group records where this individual is a partner (and all descendants' Family Group records).
Whether to also include all supporting records (Note, Source, Repository, Multimedia).
Whether to only include biological descendants.
A vector of xrefs of descendants.