Search every character column of a data frame for a pattern.
col_search(df, pattern)
A data frame
The pattern to search for (regular expression)
A data frame where each character column is replaced with "HIT" if it matches the pattern and "" if it doesn't.