Create multiple children for a Family Group

add_children(gedcom, xref = character(), sexes = NULL)

Arguments

gedcom

A tidyged object.

xref

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

sexes

A character string giving the sexes of each child. For example, "FFM" to add two daughters and one son. See the help for add_indi() for possible codes.

Value

A tidyged object with additional child records.