Re: [R] write.table equivalent for lists?

2011-01-10 Thread Ivan Calandra
Hi, If I understood you correctly, you can use saveObject()/loadObject() from package R.utils, like this: library(R.utils) saveObject(x, x.Rbin) rm(x) y - loadObject(x.Rbin) HTH, Ivan Le 1/10/2011 15:24, Rainer M Krug a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am

Re: [R] write.table equivalent for lists?

2011-01-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2011 03:35 PM, Ivan Calandra wrote: Hi, If I understood you correctly, you can use saveObject()/loadObject() from package R.utils, like this: Correct - thanks - that is what I was looking for. But why is no such function in R base?

Re: [R] write.table equivalent for lists?

2011-01-10 Thread Ivan Calandra
Why isn't it in R base? Good question... I'm definitely not the one able to answer to it! Maybe someone more involved in the development can? Ivan Le 1/10/2011 15:42, Rainer M Krug a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2011 03:35 PM, Ivan Calandra wrote: Hi, If I

Re: [R] write.table equivalent for lists?

2011-01-10 Thread Peter Ehlers
On 2011-01-10 06:45, Ivan Calandra wrote: Why isn't it in R base? Good question... I'm definitely not the one able to answer to it! Maybe someone more involved in the development can? Ivan Well, I suspect that Rainer has been on this list long enough to know the answer: Because no has

Re: [R] write.table equivalent for lists?

2011-01-10 Thread Ivan Calandra
I agree that the R-Core team has better things to do than that, but since it's already there, why not just add it to the base functions? Le 1/10/2011 16:19, Peter Ehlers a écrit : On 2011-01-10 06:45, Ivan Calandra wrote: Why isn't it in R base? Good question... I'm definitely not the one

Re: [R] write.table equivalent for lists?

2011-01-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2011 04:27 PM, Ivan Calandra wrote: I agree that the R-Core team has better things to do than that, but since it's already there, why not just add it to the base functions? Agree completely - and R.utils is not such an obscure package

Re: [R] write.table equivalent for lists?

2011-01-10 Thread Peter Ehlers
On 2011-01-10 07:34, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2011 04:27 PM, Ivan Calandra wrote: I agree that the R-Core team has better things to do than that, but since it's already there, why not just add it to the base functions? Agree completely - and

Re: [R] write.table equivalent for lists?

2011-01-10 Thread Greg Snow
How about dput and dget in the base package? -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Rainer M Krug

Re: [R] write.table equivalent for lists?

2011-01-10 Thread William Dunlap
...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Greg Snow Sent: Monday, January 10, 2011 12:59 PM To: Rainer M Krug; R-help Subject: Re: [R] write.table equivalent for lists? How about dput and dget in the base package? -- Gregory (Greg) L. Snow Ph.D. Statistical