decode {hashids} | R Documentation |
Decodes a hashid into the original integer or integer vector
Description
Decodes a hashid into the original integer or integer vector
Usage
decode(hash_str, settings)
Arguments
hash_str |
hashid string to decode into integer or integer vector |
settings |
Settings list generated by hashid_settings |
Value
integer or integer vector
[Package hashids version 0.9.0 Index]