keys {hash} | R Documentation |
Returns the key(s) from a hash
keys(hash)
hash |
A hash object. |
Returns the character vector containing the keys of a hash object.
keys |
A vector of type character |
Christopher Brown
See Also hash
.
h <- hash( letters, 1:26 ) keys(h) # letters