add_note: Add a Note record to a tidyged object

View source: R/note.R

add_noteR Documentation

Add a Note record to a tidyged object

Description

Add a Note record to a tidyged object

Usage

add_note(gedcom, text, user_reference_numbers = character())

Arguments

gedcom

A tidyged object.

text

A character string containing the text of the note.

user_reference_numbers

A unique user-defined number or text that the submitter uses to identify this record. You can supply more than one in a vector. You can also define a user reference type by using a named vector (e.g c(id1 = "123A", id2 = "456B")).

Value

An updated tidyged object including the Note record.


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