Description Usage Arguments Details Value Examples
anonymize anonymizes a vector .x by first salting it with
salt and then hashing it with hash. See
both functions for additional documentation.
1 2 |
.x |
a vector. |
.algo |
the name of the algorithm. |
.seed |
an integer to seed the random number generator. |
.chars |
set of characters to salt with. |
.n_chars |
an integer; number of characters to salt with. |
... |
additional arguments to be passed to |
The user is advised to check out Wikipedia for more information.
An anonymized version of the vector.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.