Hash - Pair function {Rfast} | R Documentation |
Hash - Pair function
Description
Hash - Pair function.
Usage
hash.list(key,x)
Arguments
key |
The keys of the given values. |
x |
The values. |
Details
This function pairs each item of of key and value make a unique hash table.
Value
Returns the hash-list table.
Author(s)
Manos Papadakis
R implementation and documentation: Manos Papadakis <papadakm95@gmail.com>
See Also
Examples
x <- hash.list(letters,c(1:26))
x[["a"]]==1
[Package Rfast version 2.1.0 Index]