has-key.Rdhas.key returns a logical vector as long as keys, indicating
which keys are defined on the hash.
has.key(key, hash, ...)A vector whose entries will be coerced to valid keys.
A hash object.
arguments passed to further functions
None.
A logical vector of length key indicating whether the key is
defined in the hash. has.key also accepts ...
to be passed to underlying sapply
See also hash