R/subrecords.R
INDIVIDUAL_ATTRIBUTE_STRUCTURE.Rd
This function constructs a tibble representation of the INDIVIDUAL_ATTRIBUTE_STRUCTURE from the GEDCOM 5.5.5 specification.
INDIVIDUAL_ATTRIBUTE_STRUCTURE(
attribute_type,
attribute_descriptor,
individual_event_details = INDIVIDUAL_EVENT_DETAIL()
)
An attribute which may have caused name, addresses, phone numbers, family listings to be recorded. Its application is in helping to classify sources used for information.
Text describing a particular characteristic or attribute assigned to an individual.
An INDIVIDUAL_EVENT_DETAIL() object giving details of the attribute.
A tidy tibble containing the INDIVIDUAL_ATTRIBUTE_STRUCTURE part of a GEDCOM file.