• R语言
  • 如何自动读取多个文件 in R

BL_ <- read.csv(file="BL_.csv",header=TRUE,sep=",")

FU_ <- read.csv(file="FU_.csv",header=TRUE,sep=",")

ARVs_ <- read.csv(file="ARVs_.csv",header=TRUE,sep=",")

RAL <- read.csv(file="RAL.csv",header=TRUE,sep=",")

。。。

因为许多的文件,如何自动读入生成呢?多谢帮助!

回复 第1楼 的 jingju11:

请参考 http://cos.name/cn/topic/101851 5楼的回复