Rfast (version 1.7.3)

Hash - Pair function: Hash - Pair function

Description

Hash - Pair function.

Usage

hash.list(key,x)

Arguments

key
The keys of the given values.
x
The values.

Value

Returns the hash-list table.

Details

This function pairs each item of of key and value make a unique hash table.

See Also

hash.find

Examples

Run this code
x <- hash.list(letters,c(1:26))
x[["a"]]==1

Run the code above in your browser using DataLab