R/global_search.R
global_col_search_sum.Rd
Search a list of data frames for a pattern and count the number of matches in each column.
global_col_search_sum(df_lst, pattern)
A named list of data frames
The pattern to search for (regular expression)
A named list of data frames where each column has the number of times that column matched the pattern.