[R] Questions about readBin function (Was: dec2bin?)

2005-10-12 Thread Tuszynski, Jaroslaw W.
Hi, The latest version of R had some changes to functions readbin() and writeBin() [which] now support raw vectors as well as filenames and connections.. As a result I am working on retiring raw2bin and bin2raw functions from caTools package which do exactly the same. Thanks to Prof. Ripley for

Re: [R] Questions about readBin function (Was: dec2bin?)

2005-10-12 Thread Roger D. Peng
I think you can use 'seek()' here, but it may not be completely reliable on all platforms. -roger Tuszynski, Jaroslaw W. wrote: Hi, The latest version of R had some changes to functions readbin() and writeBin() [which] now support raw vectors as well as filenames and connections.. As a