R/individual_names.R
add_indi_names.Rd
This function can be applied to an Individual record several times to record personal names. The personal name is constructed automatically from the components.
add_indi_names(
gedcom,
names = name_pieces(),
type = character(),
xref = character(),
update_date_changed = TRUE
)
A tidyged object.
A name_pieces() object defining the components of the personal name.
The name type, e.g. "birth", "aka", "maiden".
The xref of a record to act on if one is not activated (will override active record).
Whether to add/update the change date for the record.
An updated tidyged object with an expanded Individual record including these names.