Package 'memorids'

Title: Provides A Memorable ID
Description: A simple tool to provide memorable ID strings for use in other projects.
Authors: Mark Sellors [aut, cre]
Maintainer: Mark Sellors <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-11-06 05:42:29 UTC
Source: https://github.com/sellorm/memorids

Help Index


Get a memorable ID

Description

Returns a memorable ID string

Usage

memorid(sep = "-")

Arguments

sep

the seperator. Deafult is "-"

Value

a character string


memorids: A package for creating memorable IDs.

Description

Sometimes you just need an easy to remember ID. memorids aims to give you just that, by providing memorable strings that can be used for a variety of purposes.

Details

The simple strings are two English words, output in the format "adjective-noun". The seperator is configurable.

Uses

A memorid can be used wherever you like, but remember that there are a small (just over half a million) number of combinations, so in mission critical settings the likelihood of the same string being returned twice is high. If it's important to you that this not happen, either use something else entirely, or take other steps to mitigate the risks.

memorids functions

The package only contains a single function, memorid() which returns memorable ID.