get_indi_children: Identify all children for an individual

View source: R/identify.R

get_indi_childrenR Documentation

Identify all children for an individual

Description

Identify all children for an individual

Usage

get_indi_children(
  gedcom,
  indi_xref = character(),
  birth_only = FALSE,
  return_name = FALSE
)

Arguments

gedcom

A tidyged object.

indi_xref

The xref of an Individual record to act on if one is not activated (will override active record).

birth_only

Whether to only return biological children.

return_name

Whether to return the childrens name(s) instead of the xref(s).

Value

A character vector of children xrefs or names.

Examples

get_indi_children(sample555, "@I2@")
get_indi_children(sample555, "@I2@", return_name = TRUE)

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