num_indi: Get the number of records in a tidyged object

View source: R/interrogate.R

num_indiR Documentation

Get the number of records in a tidyged object

Description

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

Usage

num_indi(gedcom)

num_famg(gedcom)

num_subm(gedcom)

num_media(gedcom)

num_note(gedcom)

num_repo(gedcom)

num_sour(gedcom)

Arguments

gedcom

A tidyged object.

Value

The number of records of the relevant type.

Examples

num_indi(sample555)
num_famg(sample555)
num_repo(sample555)

jl5000/tidyged documentation built on June 25, 2022, 10:34 a.m.