Match blocks in parallel
match_blocks_parallel(
blocks,
left,
right,
left_ids,
right_ids,
block_col,
vars,
distance,
weights,
scale,
max_distance,
calipers,
method,
parallel = FALSE
)List with combined results from all blocks
Vector of block IDs
Left dataset with block_col
Right dataset with block_col
IDs from left
IDs from right
Name of blocking column
Variables for matching
Distance metric
Variable weights
Scaling method
Maximum distance
Caliper constraints
LAP method
Whether to use parallel processing