Helper to find the names of columns of a data.frame that contain exactly all the elements of an input column
column_matches_exact(df, col)
vector of column names of df that contain exactly all the elements of the input column
A data.frame whose columns we want to match to some query column.
Vector of values which will be compared to a column in df.