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

Arguments

xref_repo

An xref ID of a Repository record.

name_of_repository

The official name of the archive in which the stated source material is stored.

address

An ADDRESS_STRUCTURE() object giving details of the repository address.

notes

A list of NOTE_STRUCTURE() objects.

user_reference_number

A user-defined number or text that the submitter uses to identify this record.

automated_record_id

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.

date_changed

A CHANGE_DATE() object giving the time this record was last modified. If not provided, the current date is used.

Value

A tidy tibble containing a REPOSITORY_RECORD part of a GEDCOM file.