This function identifies records in an entire branch of the family tree above a certain individual.
Usage
get_ancestors(
x,
xref,
inc_indi = FALSE,
inc_sibs = FALSE,
inc_fam = FALSE,
inc_supp = FALSE,
pedigrees = NULL
)
Arguments
- x
A gedcom object.
- xref
The xref of an Individual record.
- inc_indi
Whether to also include the individual themselves.
- inc_sibs
Whether to also include all siblings of ancestors (siblings of this individual will only be included if the individual is included).
- inc_fam
Whether to also include all Family records where this individual is a child (and all ancestors' Family records).
- inc_supp
Whether to also include all supporting records (Note, Source, Repository, Multimedia).
- pedigrees
A character vector of allowed family-child linkages. By default, NULL means all pedigrees (e.g. inc. ADOPTED). If it includes "BIRTH" then this will also pick up non-existent values (since BIRTH is assumed to be the default).