Identify all cousins for an individual
get_indi_cousins(
gedcom,
indi_xref = character(),
degree = 1,
inc_half_cous = 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 return first cousins (degree = 1), second cousins (degree = 2), etc.
Whether to include half cousins.
Whether to return the parents name(s) instead of the xref(s).
A character vector of cousin xrefs or names.