Learn R Programming

rkeops (version 1.4.2.2)

string2hash: Generatation of hash values from a text strings

Description

This function uses a sha256 algorithm to generate a hash from a text string.

Usage

string2hash(str)

Value

the associated hash value as a character string.

Arguments

str

a text string.

Author

Ghislain Durif

Details

This function is used to generate unique identifier from text formulae that is used to store compiled associated code.