grep.df | R Documentation |
Quick grep through all columns of a data frame
grep.df(arg, df, multiple = FALSE, return.rowname = TRUE, ...)
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 |
Quick grep through all columns of a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.