Hi, I would like to skip a preset number of values when reading in a binary file (readBin). Is there any way to do this? kind regards, and thanks in advance for the help. Pieter Beck [[alternative HTML version deleted]]
Pieter Beck wrote:> Hi, > > I would like to skip a preset number of values when reading in a binary file > (readBin). Is there any way to do this?See ?seek Uwe Ligges> kind regards, > > and thanks in advance for the help. > > > > Pieter Beck > > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
> I would like to skip a preset number of values when reading in a binary file > (readBin). Is there any way to do this?Just read the number of elements you would like to skip and discard them. cu Philipp -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte Bioinformatik Technische Universit?t M?nchen Wissenschaftszentrum Weihenstephan 85350 Freising, Germany http://mips.gsf.de/staff/pagel