xrefs_indi: Get the xrefs of particular record types

View source: R/identify.R

xrefs_indiR Documentation

Get the xrefs of particular record types

Description

These functions return the xrefs of all records of a particular type in a tidyged object.

Usage

xrefs_indi(gedcom)

xrefs_famg(gedcom)

xrefs_subm(gedcom)

xrefs_sour(gedcom)

xrefs_repo(gedcom)

xrefs_note(gedcom)

xrefs_media(gedcom)

Arguments

gedcom

A tidyged object.

Value

A vector of xrefs of records of the relevant type.

Examples

xrefs_indi(sample555)
xrefs_famg(sample555)
xrefs_note(sample555)
xrefs_repo(sample555)
xrefs_sour(sample555)

jl5000/tidygedcom documentation built on June 22, 2022, 5:16 p.m.