variety_pack {codename} | R Documentation |
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)
Arguments
seed |
an optional reproducible seed, which can be specified as a character or number. |
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".
Author(s)
Steven V. Miller
Examples
variety_pack()
variety_pack(seed = 8675309)
[Package codename version 0.5.0 Index]