hash | R Documentation |
One way hash a vector
hash(x, type = "md5", n_char = NULL)
x |
vector of numbers or characters |
type |
hashing algorithm to use |
n_char |
number of characters to return |
one way hashed vector of the same length
hash("This is secret stuff")
hash(c("Also handles", NA, "NA values"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.