Description Usage Arguments Examples
Allows finding the 'length' without knowledge of dimensionality.
1
len(data)
data
any R object
R
1 2 3 4
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)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.