gedcom_value: Extract a particular value from a tidyged object

View source: R/helpers.R

gedcom_valueR Documentation

Extract a particular value from a tidyged object

Description

Extract a particular value from a tidyged object

Usage

gedcom_value(gedcom, record_xref, tag, level, after_tag = NULL)

Arguments

gedcom

A tidyged object.

record_xref

The xref of the record in which the value may exist.

tag

The tag associated with the value.

level

The level number of the value.

after_tag

Whether the tag should be subordinate to this parent tag.

Value

The particular value fitting the criteria of the input arguments. If no value is found, an empty string is returned.


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