R语言获取数据框的行数

1)dim(dataframe)[1]

2)nrow(dataframe)

3)length(dataframe[,1])

posted on 2017-02-15 13:58  湘雨jay  阅读(9964)  评论(0编辑  收藏  举报