codename {codename} | R Documentation |
codename()
is a tool for generating codenames for various things.
codename(type = "any", seed)
type |
a type of code the user wants. Defaults to "any", but "gods", "ubuntu", and "wu-tang" are available. |
seed |
an optional reproducible seed, which can be specified as a character or number. |
codename()
takes a preferred type of code and an optional reproducible seed and returns
a codename for the user to consider for whatever it is they want.
Steven V. Miller
codename()
codename(type = "ubuntu")
codename(type = "gods")
codename(type = "wu-tang")
codename(seed = 8675309)
codename(seed = 8675309)
codename(seed = "a character")
codename(seed = "a character")