'names' attribute must be the same length as the vector

前端 未结 6 1906
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 19:00

Stuck on an error in R.

    Error in names(x) <- value : 
      \'names\' attribute must be the same length as the vector

What does thi

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-15 19:52

    For me, this error was because I had some of my data titles were two names, I merged them in one name and all went well.

提交回复
热议问题