Search and replace in every column of a list of data frames.

global_replace(df_lst, pattern, replacement)

Arguments

df_lst

A named list of data frames

pattern

The pattern to search for (regular expression)

replacement

The replacement.

Value

A named list of data frames.