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

NOTE_RECORD(
  xref_note,
  user_text,
  user_reference_number = character(),
  automated_record_id = character(),
  source_citations = list(),
  date_changed = CHANGE_DATE()
)

Arguments

xref_note

An xref ID of a Note record.

user_text

Free-form user text. Comments, opinions.

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.

source_citations

A list of SOURCE_CITATION() objects.

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 NOTE_RECORD part of a GEDCOM file.