length | R Documentation |
Returns the number of items in a hash
Return the number of items in the hash by calling length
on the internal environment.
integer |
Number of items in the hash. |
Christpher Brown
See Also hash
, length
h <- hash( letters, 1:26 )
length(h) # 26
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.