df_grep_rows: Find matching rows in a data frame

View source: R/table-utils.R

df_grep_rowsR Documentation

Find matching rows in a data frame

Description

Find matching rows in a data frame

Usage

df_grep_rows(data, pattern, cols = names(data))

df_grepl_rows(data, pattern, cols = names(data))

Arguments

data

a data frame to search

pattern

a regular expression

cols

a character vector of column names to search


metrumresearchgroup/pmtables documentation built on Oct. 27, 2024, 5:16 p.m.