Rdocumentation
powered by
Learn R Programming
staTools (version 0.1.0)
len: Length of a Vector
Description
Length function for lazy people.
Usage
len(x)
Arguments
x
A vector.
Examples
Run this code
x = moby
n = len(x)
Run the code above in your browser using
DataLab