ids

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Linux Build Status codecov.io

Generate random identifiers in a number of styles:

These can all be tweaked with options for length, words that are used, and the case that joins words. There is a function ids for creating your own human readable identifiers.

Installation

Install this package from CRAN

install.packages("ids")

or install the development version with

remotes::install_github("richfitz/ids", upgrade = FALSE)