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