View source: R/global_search.R
global_col_search | R Documentation |
Search data frames and return lines where any column matches a pattern.
global_col_search(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 character columns are replaced with "HIT" for matches and "" for misses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.