Re: [R] unsigned 4 byte number

2010-05-18 Thread William Dunlap
> -Original Message- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of tetonedge > Sent: Tuesday, May 18, 2010 9:14 AM > To: r-help@r-project.org > Subject: [R] unsigned 4 byte number > > > Does anybody know how to read

[R] unsigned 4 byte number

2010-05-18 Thread tetonedge
Does anybody know how to read in a unsigned 4 byte number from a binary file? According to the help for readBin, the signed argument only applies to size=1 or 2. But if you declare any size larger it assumes it is signed? Thanks -- View this message in context: http://r.789695.n4.nabble.com/unsi