Re: [R] analizing .txt file with R or an other program

2011-07-24 Thread aRe
thanks, so I will check out what I can do with R and the ?grep command -- View this message in context: http://r.789695.n4.nabble.com/analizing-txt-file-with-R-or-an-other-program-tp3689025p3690085.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] analizing .txt file with R or an other program

2011-07-23 Thread Daniel Malter
Hi, The blunt answer is: by learning R. In particular, you will need pattern matching techniques as in ?grep and (somewhat advanced, some would call it basic) knowledge of R. So if you aren't familiar with either, I would suggest an introductory manual or one of the many websites you find online a