match_couples_from_distance: Match from Precomputed Distance Object

View source: R/matching_core.R

match_couples_from_distanceR Documentation

Match from Precomputed Distance Object

Description

Internal function to handle matching when a distance_object is provided

Usage

match_couples_from_distance(
  dist_obj,
  max_distance = Inf,
  calipers = NULL,
  ignore_blocks = FALSE,
  require_full_matching = FALSE,
  method = "auto",
  return_unmatched = TRUE,
  return_diagnostics = FALSE,
  check_costs = TRUE
)

Value

A matching_result object with pairs, info, and optional diagnostics.


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