length.Rd
Returns the number of items in a hash
Return the number of items in the hash by calling length on the internal environment.
length
Number of items in the hash.
Christpher Brown
See Also hash, length
hash
h <- hash( letters, 1:26 ) length(h) # 26 #> [1] 26