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()
)

Arguments

attribute_type

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.

attribute_descriptor

Text describing a particular characteristic or attribute assigned to an individual.

individual_event_details

An INDIVIDUAL_EVENT_DETAIL() object giving details of the attribute.

Value

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