[R] Reading data into R

2008-01-03 Thread BEP
Hello all, I am working with a very large data set into R, and I have no interest in reviving my SAS skills. To do this, I will need to drop unwanted variables given the size of the data file. The most common strategy seems to be subsetting the data after it is read into R. Unfortunately, given

Re: [R] Reading data into R

2008-01-03 Thread Gabor Grothendieck
On Jan 3, 2008 9:00 AM, BEP <[EMAIL PROTECTED]> wrote: > Hello all, > > I am working with a very large data set into R, and I have no interest in > reviving my SAS skills. To do this, I will need to drop unwanted variables > given the size of the data file. The most common strategy seems to be >

Re: [R] Reading data into R

2008-01-03 Thread Rubén Roa-Ureta
BEP wrote: > Hello all, > > I am working with a very large data set into R, and I have no interest in > reviving my SAS skills. To do this, I will need to drop unwanted variables > given the size of the data file. The most common strategy seems to be > subsetting the data after it is read into R