I have a binary file representing a matrix with columns of different variable type/mode (i.e. the file was saved from C using double and int variables)
I want to import it into R, I've been reading the R Import/Export and I am able to use readBin for a file that contains only one variable type (either all doubles or all ints) but I can not find the way to use it when you have a file with mixture of the two.
Could somebody point me to a solution or appropiatte reference?
Thanks,
Angel


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

Reply via email to