Importing csv file into R - numeric values read as characters

前端 未结 6 865
逝去的感伤
逝去的感伤 2020-12-01 01:26

I am aware that there are similar questions on this site, however, none of them seem to answer my question sufficiently.

This is what I have done so far:

I

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 01:58

    Including this in the read.csv command worked for me: strip.white = TRUE

    (I found this solution here.)

提交回复
热议问题