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. ______________________________________________ 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.