powered by
Gets the length of an object without dispatching
.length(x)
Any R object.
A non-negative integer.
This function returns length(unclass(x)), but tries to avoid calling unclass(x) unless necessary.
length(unclass(x))
unclass(x)
.subset() and .subset2().
.subset()
.subset2()