unhash {hashids}R Documentation

Unhashes a string to an integer based on alphabet.

Description

Unhashes a string to an integer based on alphabet.

Usage

unhash(hashed, alphabet)

Arguments

hashed

String to unhash

alphabet

Set of letters used for hashing

Value

Unhashed integer


[Package hashids version 0.9.0 Index]