Skip to contents

Displays a human-readable summary of the comparisons and blocking rules stored in an il_spec object.

Usage

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

Arguments

x

An il_spec object.

...

Additional arguments passed to print().

Value

x, invisibly.

Examples

spec <- il_spec() |>
  il_compare(first_name, cl_exact())
print(spec)
#> Linkage Specification
#>   Comparisons (1):
#>     first_name : exact
#>   Blocking rules: (none)