The goal of hbdjoel is to fancily deliver birthday messages to Joel from those who love him.
You can install the released version of hbdjoel from hbdjoel with:
devtools::install_github("psy218/hbdjoel")
Load the package.
library("hbdjoel")
To start off, let's quiz your knowledge about your friends and colleagues!
guess_who()
will print a birthday wish from one of people, and give you one chance to guess who may have sent the message.
guess_who()
Or, run hbd_joel()
with a from_who
argument.
If you are feeling adventurous, run the function with "anyone".
hbd_joel(from_who = "anyone")
This will randomly sample one birthday message, and make you feel super risk-taking.
Do you have someone in mind, and wonder if they wished Joel happy birthday?
Type their name!
hbd_joel(who = "joel")
Or, maybe you have multiple people in mind:
hbd_joel(who = c("joel", "joel v2"))
Hey, if you need tons of love, try "everyone"
hbd_joel(who = "everyone")