This function ensures that all record xrefs across two tidyged objects are unique.

make_xrefs_unique(tg1, tg2)

Arguments

tg1

The first tidyged object.

tg2

The second tidyged object. This will be the one that will be updated.

Value

The second tidyged object, where all xrefs have been made unique from the first object.