Use the selected pairs to generate a linked data set
link(
pairs,
selection = NULL,
x = NULL,
y = NULL,
all_x = TRUE,
all_y = TRUE,
...
)
a pairs
object, such as generated by
pair_blocking
a logical variable with the same length as pairs
has
rows, or the name of such a variable in pairs
. Pairs are only
selected when select
is TRUE
. When missing
attr(pairs, "selection")
is used when available.
the first data set; when missing attr(pairs, "x")
is used.
the second data set; when missing attr(pairs, "y")
is used.
return all records from x
.
return all records from y
.
ignored.
Uses the selected pairs to link the two data sets to each other. Renames variables that are in both data sets.