?paste

paste('text',y,'.txt', sep="")

and you likely need data[[y]] instead of data$y.

On May 23, 2008, at 9:05 PM, Jason Lee wrote:

Hi,

I have a couple of text and would like to automate of reading these multiple
files using
(namely; text1.txt, text2.txt....)

for(y in 3:10){
data$y<-read.table('text$y.txt')}

But it seems not allow. Any idea?


Thanks.

        [[alternative HTML version deleted]]


Haris Skiadas
Department of Mathematics and Computer Science
Hanover College

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to