match_couples_single: Match without blocking (single problem)

View source: R/matching_core.R

match_couples_singleR Documentation

Match without blocking (single problem)

Description

Match without blocking (single problem)

Usage

match_couples_single(
  left,
  right,
  left_ids,
  right_ids,
  vars,
  distance,
  weights,
  scale,
  max_distance,
  calipers,
  method,
  check_costs = TRUE
)

Value

List with pairs tibble and matching info.


couplr documentation built on Jan. 20, 2026, 5:07 p.m.