grep.df: Quick grep through all columns of a data frame

View source: R/grep.df.R

grep.dfR Documentation

Quick grep through all columns of a data frame

Description

Quick grep through all columns of a data frame

Usage

grep.df(arg, df, multiple = FALSE, return.rowname = TRUE, ...)

Arguments

arg

The regular expression to be searched for

df

Data frame to search

multiple

Whether more than one result should be returned

return.rowname

Whether rowname rather than the index should be returned

...

further arguments passed to grep

Details

Quick grep through all columns of a data frame


january3/myfuncs documentation built on Jan. 16, 2025, 8:37 p.m.