hash {hashids} | R Documentation |
Maps an integer to a string. Generated string will be inversely proportional to alphabet length.
Description
Maps an integer to a string. Generated string will be inversely proportional to alphabet length.
Usage
hash(number, alphabet)
Arguments
number |
Integer to hash |
alphabet |
Possible letters for string. |
Value
hashed string
[Package hashids version 0.9.0 Index]