Description Usage Arguments Details Value See Also
Gets the length of an object without dispatching
1 | .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.