View source: R/global_search.R
global_search | R Documentation |
Search data frames and return lines where any column matches a pattern.
global_search(df_lst, pattern)
df_lst |
A named list of data frames |
pattern |
The pattern to search for (regular expression) |
A named list of filtered data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.