add_repo | R Documentation |
Add a Repository record to a tidyged object
add_repo( gedcom, name, repo_address = address(), user_reference_numbers = character(), repo_notes = character() )
gedcom |
A tidyged object. |
name |
The name of the repository. |
repo_address |
An address() object giving the address of the repository. |
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")). |
repo_notes |
A character vector of notes accompanying this Repository record. These could be xrefs to existing Note records. |
An updated tidyged object including the Repository record.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.