.anonymise | R Documentation |
A simple algorithm to replace names with an alphanumeric string with an
fixed number of characters (i.e. nchar()
) specified by string_len
.
.anonymise(x, string_len = 10)
x |
A vector of |
string_len |
A single |
A vector of character
strings of equal length to the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.