powered by
has.key
keys
has.key(key, hash, ...)## S3 method for class 'ANY,hash': has.key(key, hash, ...)
## S3 method for class 'ANY,hash': has.key(key, hash, ...)
key
...
sapply
exists
hash
h <- hash( letters, 1:26 ) all( has.key( letters, h ) ) # TRUE
Run the code above in your browser using DataLab