read.csv row.names

前端 未结 4 1682
你的背包
你的背包 2020-12-17 15:34

I\'m trying to read a column oriented csv file into R as a data frame.

the first line of the file is like so:

sDATE, sTIME,iGPS_ALT, ...

4条回答
  •  感情败类
    2020-12-17 15:37

    One possible reason can be an extra comma at the end of lines after the header line. Excel silently ignores them and removes while saving.

    At least it was the case for me

提交回复
热议问题