View source: R/global_search.R
col_search | R Documentation |
Search every character column of a data frame for a pattern.
col_search(df, pattern)
df |
A data frame |
pattern |
The pattern to search for (regular expression) |
A data frame where each character column is replaced with "HIT" if it matches the pattern and "" if it doesn't.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.