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

CHANGE_DATE(
  change_date = date_exact(),
  time_value = character(),
  notes = list()
)

Arguments

change_date

A date_exact() object giving the date that this data was changed.

time_value

The time of a specific event.

notes

A list of NOTE_STRUCTURE() objects.

Value

A tidy tibble containing the CHANGE_DATE part of a GEDCOM file.