It's possible that you have some invisible characters in the last line(s)
of the csv file.
You can use a text editor as Davis suggested or in Excel delete a bunch of
the blank rows after the end of the data rows.
If that doesn't work cut-and paste the rows you do want into a fresh
spreadsheet.
Sar
You have a warning, not an error. The command ran but there was a problem with
the .csv or .txt file.
You should have a partial data set in R. Try using the str() function to see
what variables and what rows were read. Adding the fill=TRUE argument to
read.table() will pad incomplete rows with
http://stackoverflow.com/questions/5990654/incomplete-final-line-warning-when-trying-to-read-a-csv-file-into-r
On Tue, Oct 6, 2015 at 11:14 AM, Marco Otoya Chavarria
wrote:
> *When i tried to read a table i**n .csv or .txt format R i get the
> following message and give some problem in orden to r
3 matches
Mail list logo