INDIVIDUAL_ATTRIBUTE_STRUCTURE: Construct the INDIVIDUAL_ATTRIBUTE_STRUCTURE tibble

View source: R/subrecords.R

INDIVIDUAL_ATTRIBUTE_STRUCTURER Documentation

Construct the INDIVIDUAL_ATTRIBUTE_STRUCTURE tibble

Description

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

Usage

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.


jl5000/tidyged.internals documentation built on Aug. 21, 2022, 8:32 p.m.