📅  最后修改于: 2022-03-11 14:51:58.060000             🧑  作者: Mango
# Read the CSVs in one object that has the data as lists
# in the same file directory you have to have some .csv files
temp = list.files(pattern="*.csv")
myfiles = lapply(temp, read.table, sep=",")