Skip to content
Prev 294614 / 398503 Next

Transfering data from R list to other document format

Well, dput() can do this, but if your goal is exchange with other analysis packages then you need to decide whether transforming to XML or to a tabular form meets your needs better. For the latter, you might consider the ldply function from the plyr package. You may benefit from reading the Data Input/Output documentation for R.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
pannigh <pannigh at gwdg.de> wrote: