Skip to content

amrrs/haikunator

Repository files navigation

haikunator

CRAN_Status_Badge Travis-CI Build Status

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"

About

Generate Heroku-like Random Names in R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages