Skip to contents

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

Steven V. Miller

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"