length {hash}R Documentation

Returns the number of items in a hash

Description

Returns the number of items in a hash

Details

Return the number of items in the hash

Value

integer Number of items in the hash.

Author(s)

Christpher Brown

See Also

See Also hash

Examples


  h <- hash( letters, 1:26 )
  length(h) # 26


[Package hash version 0.23 Index]