Add a Note record to a tidyged object
add_note(gedcom, text, user_reference_numbers = character())
A tidyged object.
A character string containing the text of the note.
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")).
An updated tidyged object including the Note record.