.length | R Documentation |
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.
.subset()
and .subset2()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.