Re: [R] read.list()

2005-11-25 Thread Mike Prager
Your question is not quite clear. Do you mean write and read an R list object to a file? If so, one method is provided by dget() and dput() on 11/24/2005 12:16 PM Leaf Sun said the following: > > I need to write and read a list in R. I did r.site.search, found there > is a package "rmutil" do

[R] read.list()

2005-11-24 Thread Leaf Sun
Hi all, I need to write and read a list in R. I did r.site.search, found there is a package "rmutil" doing this, unfortunately it is not on the list of package. In another words, I can't install it from any CRAN mirror. Anybody has idea about this? or any suggestion about the list? Thanks!