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()
)
An xref ID of a Note record.
Free-form user text. Comments, opinions.
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 list of SOURCE_CITATION() 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 NOTE_RECORD part of a GEDCOM file.