SyntaxFix
Write A Post
Hire A Developer
Questions
You can try:
select(data, matches("search_string"))
It is more general than contains - you can use regex (e.g. "one_string|or_the_other").
contains
"one_string|or_the_other"
For more examples, see: http://rpackages.ianhowson.com/cran/dplyr/man/select.html.