R/identify.R
get_families_as_child.Rd
Identify all families for an individual where they are a child
get_families_as_child(gedcom, indi_xref = character(), birth_only = 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 the family containing the biological parents.
A character vector of family xrefs.
get_families_as_child(sample555, "@I3@")
#> [1] "@F1@" "@F2@"