David Coppit wrote: > Hi everyone, > > Has anyone written a parser in Java for either the ASCII or binary format > produced by save()?
You might want to consider using the hdf5 package to save the array in HDF5 format. There are HDF5 libraries for Java as well <http://hdf.ncsa.uiuc.edu/hdf-java-html/>. I have never used them, but it works quite well for transferring data between R and Python. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.