Description Usage Arguments Value
Parallel calculation of the hash of a raw vector
1 |
x |
raw vector that you want to hash |
seed |
The seed value for the hashing algorithm. If NULL, a default seed will be used. |
block_hash |
If TRUE, a multi-threaded implementation of the 64-bit xxHash algorithm will be used. Note that block_hash = TRUE or block_hash = FALSE will result in different hash values. |
hash value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.