ALShum/hashids-r: Generate Short Unique YouTube-Like IDs (Hashes) from Integers

An R port of the hashids library. hashids generates YouTube-like hashes from integers or vector of integers. Hashes generated from integers are relatively short, unique and non-seqential. hashids can be used to generate unique ids for URLs and hide database row numbers from the user. By default hashids will avoid generating common English cursewords by preventing certain letters being next to each other. hashids are not one-way: it is easy to encode an integer to a hashid and decode a hashid back into an integer.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.9.0.9000
URL https://github.com/ALShum/hashids-r/ http://hashids.org
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ALShum/hashids-r")
ALShum/hashids-r documentation built on May 5, 2019, 11:32 a.m.