global_replace: Search and replace all columns in a list of data frames.

View source: R/global_search.R

global_replaceR Documentation

Search and replace all columns in a list of data frames.

Description

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

Usage

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.


jonathan-g/semestr documentation built on Jan. 23, 2025, 3:10 p.m.