Re: [R] GREP - Choosing values between two borders

2007-04-18 Thread jim holtman
Another way you can do it, if the data has the pattern shown in your sample, it to select all the lines that start with a numeric: input - FILE-CONTENT ## + EXAM NUM:2 + - + EXAM #1 + ASTIG:-2.4D + AXIS:4.8 + START OF HEIGHT DATA + 0 0.0 0. + 0 0.1

[R] GREP - Choosing values between two borders

2007-04-17 Thread Felix Wave
Hello, I import datas from an file with: readLines But I need only a part of all measurments of this file. These are between two borders START and END. Can you tell me the syntax of grep(), to choose values between two borders? My R Code was not succesful, and I can't finde anything in the help.

Re: [R] GREP - Choosing values between two borders

2007-04-17 Thread Gabor Grothendieck
You can adapt this to your situation: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/22195.html On 4/17/07, Felix Wave [EMAIL PROTECTED] wrote: Hello, I import datas from an file with: readLines But I need only a part of all measurments of this file. These are between two borders START and