Learn R Programming

codename (version 0.5.0)

variety_pack: Get a variety pack of unique code names for yourself, your organization, other people, your projects, and whatever else

Description

variety_pack() is produces all types of code names available in codename.

Usage

variety_pack(seed)

Value

variety_pack() takes an optional reproducible seed and produces all kinds of code names available in codename. In order, the return is "any", "gods", "nicka", "ubuntu", and "wu-tang".

Arguments

seed

an optional reproducible seed, which can be specified as a character or number.

Author

Steven V. Miller

Examples

Run this code

variety_pack()
variety_pack(seed = 8675309)

Run the code above in your browser using DataLab