Re: [R] Scanning only specific columns into R from a VERY large file

2010-04-18 Thread Rubén Roa
-Mensaje original- De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] En nombre de Josh B Enviado el: sábado, 17 de abril de 2010 0:12 Para: R Help Asunto: [R] Scanning only specific columns into R from a VERY large file Hi, I turn to you, the R Sages, once again for

Re: [R] Scanning only specific columns into R from a VERY large file

2010-04-16 Thread Peter Ehlers
On 2010-04-16 16:21, Sharpie wrote: Josh B-3 wrote: Hi, I turn to you, the R Sages, once again for help. You've never let me down! (1) Please make the following toy files: x<- read.table(textConnection("var.1 var.2 var.3 var.1000 indv.1 1 5 9 7 indv.21 2 9 3 8"), header = TRUE) y<- re

Re: [R] Scanning only specific columns into R from a VERY large file

2010-04-16 Thread Sharpie
Josh B-3 wrote: > > Hi, > > I turn to you, the R Sages, once again for help. You've never let me down! > > (1) Please make the following toy files: > > x <- read.table(textConnection("var.1 var.2 var.3 var.1000 > indv.1 1 5 9 7 > indv.21 2 9 3 8"), header = TRUE) > > y <- read.table(text

[R] Scanning only specific columns into R from a VERY large file

2010-04-16 Thread Josh B
Hi, I turn to you, the R Sages, once again for help. You've never let me down! (1) Please make the following toy files: x <- read.table(textConnection("var.1 var.2 var.3 var.1000 indv.1 1 5 9 7 indv.21 2 9 3 8"), header = TRUE) y <- read.table(textConnection("var.3 var.1000"), header = TRUE