Gets the length of an object without dispatching
Gets the length of an object without dispatching
.length(x)
x |
Any R object. |
This function returns length(unclass(x))
, but tries to avoid
calling unclass(x)
unless necessary.
A non-negative integer.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.