[R] Binary file reading problem

2003-08-14 Thread Jonathan Williams
I am trying to read data from a binary file. The file has a header of mixed data modes:- Bytes Length Mode 1-4 4 Integer 5-6 2 integer 7-8 2 integer .. 15-18 4 integer 19-20

Re: [R] Binary file reading problem

2003-08-11 Thread Thomas Lumley
On Fri, 8 Aug 2003, Jonathan Williams wrote: I cannot find a way to set a file pointer, so that I can set readBin to read each datum individually. seek() -thomas __ [EMAIL PROTECTED] mailing list