length: Returns the number of items in a hash

lengthR 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 by calling length on the internal environment.

Value

integer

Number of items in the hash.

Author(s)

Christpher Brown

See Also

See Also hash, length

Examples


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


hash documentation built on Aug. 20, 2023, 1:08 a.m.