[R] Matrix of Matrices?

Petr Savicky savicky at praha1.ff.cuni.cz
Fri Feb 11 15:41:45 CET 2011


On Fri, Feb 11, 2011 at 06:17:16AM -0800, Alaios wrote:
> Thanks that did the work. Once I have that list what is the easiest way to export the structure as well as the contents (numbers) into a file.
> 
> The purpose is to share that file with a colleague and ask him to load that variable with its contents and structure.

Any R object can be stored to a file using save() and read back
using load().

Petr Savicky.



More information about the R-help mailing list