Creates a comparison level that checks whether a column equals a
fixed literal value on the left record, right record, or both. This is
useful as a gate inside cl_levels() to restrict a comparison to
records with a known value (e.g., only compare names when
country = 'US').
Usage
cl_literal(value, side = c("both", "left", "right"))Value
A comparison-level object for use in il_compare() or
cl_levels().
