Identify all siblings for an individual
get_indi_siblings(
gedcom,
indi_xref = character(),
birth_only = FALSE,
inc_half_sibs = FALSE,
return_name = FALSE
)
A tidyged object.
The xref of an Individual record to act on if one is not activated (will override active record).
Whether to only return biological siblings.
Whether to include siblings that only share one parent.
Whether to return the parents name(s) instead of the xref(s).
A character vector of sibling xrefs or names.