A shortcut for the function length

len(x)

Arguments

x

an R object.

Value

See ?length for a complete description.

Examples

length(letters)
#> [1] 26

len(letters)
#> [1] 26