powered by
len(data)
R
len(list(1,2,3)) len(c(1,2,3,4)) df<-data.frame(a=c(1,2,3),b=c(1,2,3)) len(df)
Run the code above in your browser using DataLab