powered by
This funciton is hidden and should not normally be needed. The accessor methods: $, [ and [[ provide for much more convenient access.
$, [ and [[
See hash
hash
.get(hash, keys, drop=TRUE, ... )
...
simplify
USE.NAMES
sapply
.set
h <- hash( letters, 1:26 ) .get( h, "b" ) # 2
Run the code above in your browser using DataLab