Hi,

I am looking for functions that would allow me to access raw binary data of
R vectors.  One way would be to use:
        x = (1:10)*pi
        writeBin(x, "temp.bin")
        r = readBin("temp.bin", "raw", n=length(x)*8)

Other to write my own C code. Is there any other simpler way?

I this message is a rewording of my yesterday message "Looking for function
for Double to raw to double conversions", to which I got no replies. I need
this functionality to implement Base64 encoding for reading/writing XML
files.

Jarek
=====================================\====                 
 Jarek Tuszynski, PhD.                               o / \ 
 Science Applications International Corporation  <\__,|  
 (703) 676-4192                        ">  \
 [EMAIL PROTECTED]                   `    \



        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to