Create multiple siblings for an Individual
add_siblings(gedcom, xref = character(), sexes = NULL)
A tidyged object.
The xref of an Individual record to act on if one is not activated (will override active record).
A character string giving the sexes of each sibling. For example,
"FFM" to add two sisters and one brother. See the help for add_indi()
for possible codes.
A tidyged object with additional sibling records.