This function constructs a tibble representation of the SUBMITTER_RECORD from the GEDCOM 5.5.5 specification.
SUBMITTER_RECORD(
xref_subm,
submitter_name,
address = ADDRESS_STRUCTURE(),
multimedia_links = list(),
automated_record_id = character(),
notes = list(),
date_changed = CHANGE_DATE()
)
An xref ID of a Submitter record.
The name of the submitter formatted for display and address generation.
An ADDRESS_STRUCTURE() object giving address details of the submitter.
A list of MULTIMEDIA_LINK() objects
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 list of NOTE_STRUCTURE() objects.
A CHANGE_DATE() object giving the time this record was last modified. If not provided, the current date is used.
A tidy tibble containing a SUBMITTER_RECORD part of a GEDCOM file.