Skip to content
Prev 39607 / 63421 Next

Reading 64-bit integers

Bill,

thanks. I like that idea of the output parameter better, especially if we ever add different scalar vector types. Admittedly, what=integer() is the most useful case. What I was worried about is things like what=double(), output=integer() which could be legal, but are more conveniently dealt with via as.integer(readBin()) instead.
I won't have more time today, but I'll have a look tomorrow.

Thanks,
Simon
On Mar 30, 2011, at 1:38 PM, William Dunlap wrote: