df_grep_rows | R Documentation |
Find matching rows in a data frame
df_grep_rows(data, pattern, cols = names(data))
df_grepl_rows(data, pattern, cols = names(data))
data |
a data frame to search |
pattern |
a regular expression |
cols |
a character vector of column names to search |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.