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

Description Usage Arguments Details

View source: R/grep.df.R

Description

Quick grep through all columns of a data frame

Usage

1
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 April 1, 2020, 4:42 a.m.