Validate if two columns are valid Name-Level pair.
validateNameLevel(
x,
prefix,
sep = " &&& ",
validation = "error",
call = parent.frame()
)
A tibble.
Prefix for the name-level pair, e.g. 'strata' for strata_name-strata_level pair.
Separation pattern.
Either 'error', 'warning' or 'message'.
Will be used by cli to report errors.