powered by
Returns the number of items in a hash
Number of items in the hash.
Christpher Brown
Return the number of items in the hash by calling length on the internal environment.
length
See Also hash, length
hash
h <- hash( letters, 1:26 ) length(h) # 26
Run the code above in your browser using DataLab