问题
with the reference to my previous post,here is the link
As suggested I tried reading files without header , but still its giving me the error Error in file(file, "rt") : invalid 'description' argument
here is what I tried
files1 <- list.files(path = "F:/Task sheet/NanoSniff_Data",pattern = ".csv")
read.csv(files1, header = FALSE, skip = 1)
来源:https://stackoverflow.com/questions/36277222/error-while-reading-multiple-csv-files-without-header