print.couplr_path: Print a design path

View source: R/matching_path.R

print.couplr_pathR Documentation

Print a design path

Description

Shows how many pairs the whole sweep generated out of how many exist, and then the point table: one row per value, with the matching it found and what finding it cost.

Usage

## S3 method for class 'couplr_path'
print(x, ...)

Arguments

x

A couplr_path from match_path().

...

Ignored.

Value

x, invisibly.


couplr documentation built on Sept. 17, 2026, 1:08 a.m.