search for: farrah4

Displaying 1 result from an estimated 1 matches for "farrah4".

Did you mean: farrah
2006 Aug 31
1
grep question
...ad of saving all records which refer to Farrah, I select all instances that do not include Farrah, or the word Coolum. test <- read.csv("c:\\newdat.csv", as.is=TRUE, header=T) sure <- test[grep('Farrah', paste(test$V3.HD, test$V3.LP, test$V3.TD)),] write.csv(sure,"c:/farrah4.csv") Any assistance is appreciated, regards Bob Green