R语言获取数据框的行数

1)dim(dataframe)[1]

2)nrow(dataframe)

3)length(dataframe[,1])

原文地址:https://www.cnblogs.com/liuting1990/p/6401152.html