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_specobject.- ...
Additional arguments passed to
print().
Examples
spec <- il_spec() |>
il_compare(first_name, cl_exact())
print(spec)
#> Linkage Specification
#> Comparisons (1):
#> first_name : exact
#> Blocking rules: (none)
