Performs to check to see if the set of vector values are equal to or a subset of a coding's values.
matches_coding(vec, coding, ignore_empty = TRUE)
verify_matches_coding(vec, coding, ignore_empty = TRUE)
A vector
A `coding` object
Logical flag to skip check if coding is empty
TRUE/FALSE
verify_matches_coding()
: Rather than returning TRUE/FALSE, this function
halts execution if `matches_coding()` returns FALSE.