R/len.R
len.Rd
A shortcut for the function length
len(x)
an R object.
See ?length for a complete description.
length(letters) #> [1] 26 len(letters) #> [1] 26