Skip to content
Prev 59715 / 398502 Next

Automatic file reading

Hi Andreas,

what's about:
pair <- list()
for (i in 1:8){
   name <- paste("pair",i,sep="")
   pair[[ i ]] <- read.table(paste("/home/andersm/tmp/",name,sep=""))
}

Arne
On Wednesday 24 November 2004 12:10, Anders Malmberg wrote: