Skip to content
Prev 131325 / 398502 Next

Java parser for R data file?

On Wed, 5 Dec 2007, David Coppit wrote:

            
It would be much easier.  The save() format is far more complex than you 
need.  However, I would use writeBin() to write a binary file and read 
that in in Java, avoiding the binary -> ASCII -> binary conversion.