powered by
rowCount(df)
df <- data.frame(V1=c(1L,2L),V2=LETTERS[1:3],V3=rep(1,12)) rowCount(df)
Run the code above in your browser using DataLab