标签: r loops
dat08 <- c() for(i in 0:63) { temp <- read.table(paste0("run",i,".txt"), sep=" ") dat08 <- rbind(dat08, temp) }
这是我目前拥有的,但是我不确定如何解决这些错误: