add_indi_names_var: Add a variation of a personal name to an Individual record

View source: R/individual_names.R

add_indi_names_varR Documentation

Add a variation of a personal name to an Individual record

Description

Add a variation of a personal name to an Individual record

Usage

add_indi_names_var(
  gedcom,
  primary_name,
  method,
  names_var = name_pieces(),
  phonetic_variation = TRUE,
  xref = character(),
  update_date_changed = TRUE
)

Arguments

gedcom

A tidyged object.

primary_name

The name for which this is a variation. This must be given exactly (without forward slashes).

method

Indicates the method used in transforming the text to the variation.

names_var

A name_pieces() object defining the components of the name variation.

phonetic_variation

Whether the name variation is a phonetic variation (TRUE, default) or a romanised variation (FALSE).

xref

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

update_date_changed

Whether to add/update the change date for the record.

Value

An updated tidyged object with an expanded Individual record including these name variants.


jl5000/tidygedcom documentation built on June 22, 2022, 5:16 p.m.