Identify all children in a Family Group

get_famg_children(gedcom, famg_xref, birth_only = FALSE, return_name = FALSE)

Arguments

gedcom

A tidyged object.

famg_xref

The xref of a Family Group record to act on if one is not activated (will override active record).

birth_only

Whether to only return biological children.

return_name

Whether to return the child name(s) instead of the xref(s).

Value

A character vector of partner xrefs or names.