R: loading a table with number as the column heading all were wrongly added a X, how to solve it?

前端 未结 1 622
攒了一身酷
攒了一身酷 2020-12-22 07:19

I am trying to load a table to R with some of the column heading start with a number, i.e. 55353, 555xx, abvab, 77agg

I found after loading the files, all the headin

1条回答
  •  醉梦人生
    2020-12-22 07:33

    Probably your issue will be solved by adding check.names=FALSE to your read.table() call.

    For more information see ?read.table

    0 讨论(0)
提交回复
热议问题