migrate_records: Copy all records from one tidyged object to another

View source: R/merge_gedcoms.R

migrate_recordsR Documentation

Copy all records from one tidyged object to another

Description

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).

Usage

migrate_records(tg1, tg2)

Arguments

tg1

The first tidyged object and the one you want to use for header and submitter information.

tg2

The second tidyged object.

Value

A tidyged object which contains the same header and submitter information as the first object and all records contained within both input objects.


jl5000/tidyged.utils documentation built on June 26, 2022, 4:40 p.m.