R/individual_names.R
add_indi_names_var.Rd
Add a variation of a personal name to an Individual record
add_indi_names_var(
gedcom,
primary_name,
method,
names_var = name_pieces(),
phonetic_variation = TRUE,
xref = character(),
update_date_changed = TRUE
)
A tidyged object.
The name for which this is a variation. This must be given exactly (without forward slashes).
Indicates the method used in transforming the text to the variation.
A name_pieces() object defining the components of the name variation.
Whether the name variation is a phonetic variation (TRUE, default) or a romanised variation (FALSE).
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 name variants.