Skip to content
Prev 163546 / 398506 Next

Using grep() to subset lines of text

ppaarrkk wrote:
grep(paste("^", a, collapse = "|", sep = ""), b)

Uwe Ligges