global_search: Search data frames for a pattern in any column.

View source: R/global_search.R

global_searchR Documentation

Description

Search data frames and return lines where any column matches a pattern.

Usage

global_search(df_lst, pattern)

Arguments

df_lst

A named list of data frames

pattern

The pattern to search for (regular expression)

Value

A named list of filtered data frames


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