In read.table(): incomplete final line found by readTableHeader

前端 未结 7 2083
谎友^
谎友^ 2020-12-29 21:58

I have a CSV when I try to read.csv() that file, I get the warning warning message:

In read.table(file = file, header = header, sep = sep, quote         


        
7条回答
  •  渐次进展
    2020-12-29 22:43

    I faced the same problem while creating a data matrix in notepad. So i came to the last row of data matrix and pressed enter. Now i have a "n" line data matrix and a new blank line with cursor at the starting of "n+1" line. Problem solved.

提交回复
热议问题