This function constructs a tibble representation of the FAMILY_EVENT_STRUCTURE from the GEDCOM 5.5.5 specification.

FAMILY_EVENT_STRUCTURE(
  event_type_family,
  event_descriptor = "",
  family_event_details = FAMILY_EVENT_DETAIL()
)

Arguments

event_type_family

A code used to indicate the type of family event. One of: "ANUL", "CENS", "DIV", "DIVF", "ENGA", "MARB", "MARC", "MARR", "MARL", "MARS", "RESI", "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.

family_event_details

A FAMILY_EVENT_DETAIL() object giving details of the event.

Value

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