R/subrecords.R
INDIVIDUAL_EVENT_STRUCTURE.Rd
This function constructs a tibble representation of the INDIVIDUAL_EVENT_STRUCTURE from the GEDCOM 5.5.5 specification.
INDIVIDUAL_EVENT_STRUCTURE(
event_type_individual,
event_descriptor = "",
individual_event_details = INDIVIDUAL_EVENT_DETAIL(),
xref_fam = character(),
adopted_by_which_parent = character()
)
A code used to indicate the type of individual event. One of: "BIRT", "CHR", "DEAT", "BURI", "CREM", "ADOP", "BAPM", "BARM", "BASM", "CHRA", "CONF", "FCOM", "NATU", "EMIG", "IMMI", "CENS", "PROB", "WILL", "GRAD", "RETI", "EVEN".
Text describing a particular event pertaining to the individual or family. This event value is usually assigned to the EVEN tag. The classification as to the difference between this specific event and other occurrences of the EVENt tag is indicated by the use of a subordinate TYPE tag selected from the EVENT_DETAIL structure.
An INDIVIDUAL_EVENT_DETAIL() object giving details of the event.
An xref ID of a Family Group record.
A code which shows which parent in the associated family group record adopted this person. Use "HUSB" for husband, "WIFE" for wife, or "BOTH" for both.
A tidy tibble containing the INDIVIDUAL_EVENT_STRUCTURE part of a GEDCOM file.