Error while reading multiple csv files without header

你说的曾经没有我的故事 提交于 2019-12-12 05:47:51

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!