README.md

hackR

Remember the 90's, when hacker movies roamed the movie theaters, unabated by modern cynicism?

This package lets you rekindle your love of goofy leet hacker handles.

Installation

### Pick your preference
devtools::install_github("wrathematics/hackR")
ghit::install_github("wrathematics/hackR")
remotes::install_github("wrathematics/hackR")

Package Use

You can take an input and leetify it with leetify():

leetify("wrathematics")
# "WrA+}{3mAtIcS"

There's an element of random chance here, so re-running can have different results:

leetify("wrathematics")
# "wRa+hE^^A+IcS"

If you can't think of an awesome hacker handle like "elephantdeath" or "koopascorpion", try the rleet() function, which produces a random leet hacker name:

rleet()
## "DaRxVoR+eX"
rleet()
## "s+@rVo!d"
rleet()
## "cRyPtOv!pEr"


wrathematics/hackR documentation built on May 4, 2019, 9:49 a.m.