Greedy match blocks in parallel
greedy_blocks_parallel(
blocks,
left,
right,
left_ids,
right_ids,
block_col,
vars,
distance,
weights,
scale,
max_distance,
calipers,
strategy,
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
Greedy strategy
Whether to use parallel processing