Skip to contents

Hash a value with a key

Usage

hash(x, key)

Arguments

x

A character string

key

A hashing dictionary key

Value

An hashed string

Examples

if (FALSE) { # \dontrun{

hash("blah", key = my_key)
} # }