length {hash} | 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
h <- hash( letters, 1:26 )
length(h) # 26