This function constructs a tibble representation of the PERSONAL_NAME_STRUCTURE from the GEDCOM 5.5.5 specification.
The full name formed in the manner the name is normally spoken. The surname of an individual, if known, is enclosed between two slash (/) characters. The order of the name parts should be the order that the person would, by custom of their culture, have used when giving it to a recorder.
Indicates the name type, for example the name issued or assumed as an immigrant.
A PERSONAL_NAME_PIECES() object giving the components of the name.
A character vector of phonetic variations of the full name.
Indicates the method used in transforming the text to the phonetic variation.
A list of PERSONAL_NAME_PIECES() objects giving the components of the phonetic name variations.
A character vector giving romanised variations of the name.
Indicates the method used in transforming the text to a romanised variation.
A list of PERSONAL_NAME_PIECES() objects giving the components of the romanised name variations.
A tidy tibble containing the PERSONAL_NAME_STRUCTURE part of a GEDCOM file.