Accessing a row of data in a dataframe in R

后端 未结 0 1773
死守一世寂寞
死守一世寂寞 2021-01-30 07:44

For a dataset called combos, the first 6 rows of data is as follows

head(combos[,c(1,2,3)])

     Var1   Var2    Var3
1      DD   DD      DD
2       7   DD      D         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题