A pre-built domain comparison that compares forename and surname
columns, including a cross-field swap-detection level (where first name
and surname are accidentally transposed). Pass this to
il_compare() on the forename/first-name column and supply the
companion surname/last-name column via surname.
Value
A comparison-level object for use in il_compare().
Details
See also cl_first_last_name() for an American-English alias.
Examples
il_spec() |>
il_compare(first_name, cl_forename_surname(surname = 'last_name'))
#> Linkage Specification
#> Comparisons (1):
#> first_name : levels
#> Blocking rules: (none)
