Get a variety pack of unique code names for yourself, your organization, other people, your projects, and whatever else
Source:R/variety_pack.R
variety_pack.Rd
variety_pack()
is produces all types of code names available in codename.
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".
Examples
variety_pack()
#> [1] "authentic manufacturing"
#> [1] "dark grey blue pele"
#> [1] "black-and-white fur"
#> [1] "barren bass"
#> [1] "Dynamic Samurai"
variety_pack(seed = 8675309)
#> [1] "yellow orange twist"
#> [1] "scholarly wakan tanka"
#> [1] "wavy wear"
#> [1] "moss mandrill"
#> [1] "Thunderous Wizard"