This function constructs a tibble representation of the FAMILY_GROUP_RECORD from the GEDCOM 5.5.5 specification.
FAMILY_GROUP_RECORD(
xref_fam,
events = list(),
xref_husb = character(),
xref_wife = character(),
xrefs_chil = character(),
count_of_children = character(),
user_reference_number = character(),
automated_record_id = character(),
date_changed = CHANGE_DATE(),
notes = list(),
source_citations = list(),
multimedia_links = list()
)
An xref ID of a Family Group record.
A list of FAMILY_EVENT_STRUCTURE() objects giving events associated with this family.
An xref ID of the husband.
An xref ID of the wife.
A vector of xref IDs of children in this family.
The known number of children of this individual from all marriages or, if subordinate to a family group record, the reported number of children known to belong to this family, regardless of whether the associated children are represented in the corresponding structure. This is not necessarily the count of children listed in a family structure.
A user-defined number or text that the submitter uses to identify this record.
A unique record identification number assigned to the record by the source system. This number is intended to serve as a more sure means of identification of a record for reconciling differences in data between two interfacing systems.
A CHANGE_DATE() object giving the time this record was last modified. If not provided, the current date is used.
A list of NOTE_STRUCTURE() objects.
A list of SOURCE_CITATION() objects.
A list of MULTIMEDIA_LINK() objects
A tidy tibble containing a FAMILY_GROUP_RECORD part of a GEDCOM file.