shuffle {hashids} | R Documentation |
Permutes the characters in a string based on an inputted salt string.
Description
Permutes the characters in a string based on an inputted salt string.
Usage
shuffle(string, salt)
Arguments
string |
String to be permuted |
salt |
cryptograph salt string that is used to permute strings |
Value
shuffled string
[Package hashids version 0.9.0 Index]