Re: [R] Saving a big table or matrix

2008-02-03 Thread Patrick Connolly
On Fri, 01-Feb-2008 at 03:23PM +0200, Atte Tenkanen wrote: | I had a problem: | | I saved a matrix: | | save(Tondistmatrix1, file=/Users/atte/Skriptit/Tondistmatrix1) | | then I tried to open it with R: | Tondistmatrix1=load(/Users/atte/Skriptit/Tondistmatrix1) | Tondistmatrix1[1:10,] |

Re: [R] Saving a big table or matrix

2008-02-02 Thread mel
Atte Tenkanen a écrit : Dear R-users, How do you save a big table or matrix I use write.table() to save and read.table() to read __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Saving a big table or matrix

2008-02-01 Thread Gabor Csardi
?save ?load Gabor ps. although i'm not sure what an Rdata-project means, so maybe you need something else On Fri, Feb 01, 2008 at 08:24:32AM +0200, Atte Tenkanen wrote: Dear R-users, How do you save a big table or matrix as an independent object and attach it to your Rdata-project when

[R] Saving a big table or matrix

2008-02-01 Thread Atte Tenkanen
Dear R-users, How do you save a big table or matrix as an independent object and attach it to your Rdata-project when needed? Atte Tenkanen University of Turku, Finland Department of Musicology +023335278 __ R-help@r-project.org mailing list

Re: [R] Saving a big table or matrix

2008-02-01 Thread Atte Tenkanen
Csardi [EMAIL PROTECTED] Date: Friday, February 1, 2008 1:43 pm Subject: Re: [R] Saving a big table or matrix ?save ?load Gabor ps. although i'm not sure what an Rdata-project means, so maybe you need something else On Fri, Feb 01, 2008 at 08:24:32AM +0200, Atte Tenkanen wrote: Dear R