Test for existence of key(s) on a hash
has-key.Rdhas.key returns a logical vector as long as keys, indicating
which keys are defined on the hash.
Arguments
- key
A vector whose entries will be coerced to valid keys.
- hash
A
hashobject.- ...
arguments passed to further functions
Value
- logical
A logical vector of length
keyindicating whether the key is defined in the hash.has.keyalso accepts...to be passed to underlyingsapply
See also
See also hash