Search for a pattern in all columns of a data.frame
Search for a pattern in all columns of a data.frame
search_data(dataset, pattern, ignore.case = TRUE, fixed = FALSE)
dataset |
Data.frame to search |
pattern |
String to match |
ignore.case |
Should search be case sensitive or not (default is FALSE) |
fixed |
Allow regular expressions or not (default is FALSE) |
See grepl
for a detailed description of the function arguments
publishers %>% filter(search_data(., "^m"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.