我無法將.csv文件讀入R,例如。閱讀csv文件
df1991 <- read.csv("http://dl.dropbox.com/s/vwdw2tsmgiiuxfa/1991.csv")
Error in read.table(file = file, header = header, sep = sep, quote = quote, :
more columns than column names
fishdata <- read.csv("http://dl.dropbox.com/s/pin16l691p6j4ll/fishdata.csv", row.names=NULL)
Error in read.table(file = file, header = header, sep = sep, quote = quote, :
more columns than column names
我已經試過各種頭& row.names參數的變化。
爲了方便起見,我想從Dropbox導入.csv文件,過去我沒有遇到過麻煩。有什麼建議麼?
這兩個工作正常,我沒有錯誤。 – Thomas
與@Thomas一樣,兩者都適合我。你有沒有嘗試過一個乾淨的會議? – A5C1D2H2I1M1N2O1R2T1
其實,我只是重新啓動Rstudio? – hgeop