global_col_search_sum: Count pattern-matches in each column of data frames

View source: R/global_search.R

global_col_search_sumR Documentation

Count pattern-matches in each column of data frames

Description

Search a list of data frames for a pattern and count the number of matches in each column.

Usage

global_col_search_sum(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 data frames where each column has the number of times that column matched the pattern.


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