Search data frames and return lines where any column matches a pattern.
global_col_search(df_lst, pattern)
A named list of data frames
The pattern to search for (regular expression)
A named list of data frames where character columns are replaced with "HIT" for matches and "" for misses.