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.

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

2011-07-23 Thread aRe
Hello together I have a .txt file with about 1Mio! rows. Sometimes the rows are in the following order (whereas the number of rows between the rows marked with an x differ): ... *SBLINK R 5261507*x 5261439 516.4 364.3 9148.0 ... 816.0 -1133.048.4 MA.C.TB...BL. 5261441 516.4 36

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