首页 > 其他 > 详细

R 笔记(2)

时间:2014-08-20 13:51:52      阅读:336      评论:0      收藏:0      [点我收藏+]

incomplete final line found by...

The message indicates that the last line of the file doesn‘t end with an End Of Line (EOL) character (linefeed (\n) or carriage return+linefeed (\r\n)). The original intention of this message was to warn you that the file may be incomplete; most datafiles have an EOL character as the very last character in the file.

The remedy is simple:

  1. Open the file
  2. Navigate to the very last line of the file
  3. Place the cursor the end of that line
  4. Press return
  5. Save the file

 

R 笔记(2),布布扣,bubuko.com

R 笔记(2)

原文:http://www.cnblogs.com/wintor12/p/3924277.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!