This function constructs a tibble representation of the GEDCOM_HEADER from the GEDCOM 5.5.5 specification.
GEDCOM_HEADER(
character_encoding = "UTF-8",
gedcom_version_number = "5.5.5",
gedcom_form = "LINEAGE-LINKED",
header_extension = LINEAGE_LINKED_HEADER_EXTENSION("tidyged.internals")
)
A code value that represents the character set and encoding to be used to interpret this data. Allowed values: "UTF-8" and "UNICODE" (UTF-16).
The version number of the specification used.
A value that identifies the GEDCOM form used in this GEDCOM file. The value must be alphanumerical string. This string is case-sensitive. Only "LINEAGE-LINKED" is supported.
A LINEAGE_LINKED_HEADER_EXTENSION() object providing more information about the GEDCOM file.
A tidy tibble containing a GEDCOM_HEADER part of a GEDCOM file.