length(x)
Get or set the length of vectors (including lists) and factors, and of any other R object for which a method has been defined.
lengths(x)
Get the length of each element of a list or atomic vector (is.atomic) as an integer or numeric vector.
举例