Awesome
haikunator
Generate Heroku-like Memorable Random Names in R. Inspired by haikunate.
Installation
You can install haikunator
from github with:
# install.packages("devtools")
devtools::install_github("amrrs/haikunator")
Getting Started
haikunator
can be loaded into R session like any other R package.
library(haikunator)
Examples
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"