View source: R/global_search.R
global_col_search_sum | R Documentation |
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)
df_lst |
A named list of data frames |
pattern |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.