[R] Help about a R command

Duncan Murdoch murdoch.duncan at gmail.com
Sun Sep 29 02:45:21 CEST 2013


On 13-09-28 11:18 AM, Srinivas Sridhara wrote:
> Hi,
>
> I was trying to get an answer to this issue:
>
> bookRatingData <- read.table(file.choose(),header=TRUE,nrows=1048570)
>
> Warning message:
> In read.table(file.choose(), header = TRUE, nrows = 1048570) :
>    incomplete final line found by readTableHeader on
> 'C:\Users\srinivas\Downloads\BX-Book-Ratings (2).xlsx'
>
>
>
> I tried opening the data file (BX-Book-Ratings (2).xlsx) and added a new
> line and then saved it. However, that didn't fix the incomplete final line
> issue. I still have the same problem. Any suggestions?

That's just a warning.  It says that the last line in your file doesn't 
have a line ending (LF, or CR/LF).  On Unix that often signals a 
problem.  On Windows it's pretty common.

Duncan Murdoch

>
> Thanks,
> Srinivas
>



More information about the R-help mailing list