Hi All,

 

sorry for the question. I have a problem to understand how I could read
several txt file in R with read.delim

 

file: vegetation_2.txt, vegetation_3.txt, vegetation_4.txt, etc etc

 

I tried with:

 

for (i in 2:4)

{file=paste("vegetation_",i,sep="") <- read.delim
(file=paste("vegetation_",i,".txt",sep=""))}

 

Thanks I need suggestion to start

 

ale


        [[alternative HTML version deleted]]

______________________________________________
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