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()
)

Arguments

event_type_individual

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".

event_descriptor

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.

individual_event_details

An INDIVIDUAL_EVENT_DETAIL() object giving details of the event.

xref_fam

An xref ID of a Family Group record.

adopted_by_which_parent

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.

Value

A tidy tibble containing the INDIVIDUAL_EVENT_STRUCTURE part of a GEDCOM file.