View source: R/merge_gedcoms.R
migrate_records | R Documentation |
This function takes two tidyged objects and copies all of the records in the second to the first, while making their identifiers unique (even if they may be duplicates).
migrate_records(tg1, tg2)
tg1 |
The first tidyged object and the one you want to use for header and submitter information. |
tg2 |
The second tidyged object. |
A tidyged object which contains the same header and submitter information as the first object and all records contained within both input objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.