In R data.frame, promote rownames to actual column

后端 未结 2 499
不思量自难忘°
不思量自难忘° 2020-12-11 11:04

I have a data frame with one column and row names like this,

 > df
             freq
    hello     4
    sorry     2
    bad       9
    good      4     
         


        
2条回答
提交回复
热议问题