Generate Heroku-like Memorable Random Names in R. Inspired by haikunate.
You can install haikunator from github with:
# install.packages("devtools")
devtools::install_github("amrrs/haikunator")haikunator can be loaded into R session like any other R package.
library(haikunator)Simple haikunate without any arguments.
haikunate(3)
#output
> haikunate(3)
[1] "super-sweet-356"haikunate with custom delimiter and different token length
haikunate(5,'.')
#output
> haikunate(5,'.')
[1] "dry.empty.93974"