Learn R Programming

radiant.data (version 0.8.1)

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

pattern

String to match

df

Data.frame to search

ignore.case

Should search be case sensitive or not (default is FALSE)

fixed

Allow regular expersions or not (default is FALSE)

Details

See http://radiant-rstats.github.io/docs/data/view.html for an example in Radiant

See Also

See grepl for a more detailed description of the function arguments