This function constructs a tibble representation of the REPOSITORY_RECORD from the GEDCOM 5.5.5 specification.
REPOSITORY_RECORD(
xref_repo,
name_of_repository,
address = ADDRESS_STRUCTURE(),
notes = list(),
user_reference_number = character(),
automated_record_id = character(),
date_changed = CHANGE_DATE()
)
An xref ID of a Repository record.
The official name of the archive in which the stated source material is stored.
An ADDRESS_STRUCTURE() object giving details of the repository address.
A list of NOTE_STRUCTURE() objects.
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 tidy tibble containing a REPOSITORY_RECORD part of a GEDCOM file.