Search: Search for a string in all columns of a data.frame
Description
Search for a string in all columns of a data.frame
Usage
Search(pattern, df, ignore.case = TRUE, fixed = FALSE)
Arguments
ignore.case
Should search be case sensitive or not (default is FALSE)
fixed
Allow regular expersions or not (default is FALSE)
See Also
See grepl
for a more detailed description of the function arguments