R中row names were found from a short variable and have been discarded

Posted qq_21478261

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了R中row names were found from a short variable and have been discarded相关的知识,希望对你有一定的参考价值。

R中使用cbind、data.frame报错:

 row names were found from a short variable and have been discarded

解决方法:

设置row.names = NULL

https://stackoverflow.com/questions/23534066/cbind-warnings-row-names-were-found-from-a-short-variable-and-have-been-discar

欢迎关注 👇交流~

 

以上是关于R中row names were found from a short variable and have been discarded的主要内容,如果未能解决你的问题,请参考以下文章