Description Usage Arguments Examples
Searches each column for a particular string
1  | findCharAcrossCols(x, string)
 | 
x | 
 A data.table or data.frame  | 
string | 
 Character. String that you want to find in x.  | 
1 2 3  | x <- iris
findCharAcrossCols(x, "virg")
x[findCharAcrossCols(x, "virg")$Species, ]
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.