The goal of hbdrick is to fancily deliver birthday messages to Rick from those who love him.
You can install the released version of hbdrick from hbdrick with:
devtools::install_github("aseetharam/hbdrick")Load the package.
library("hbdrick")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.
hbdrick::guess_who()Or, run hbd_rick() with a from_who argument.
If you are feeling adventurous, run the function with "anyone".
hbd_rick(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 Rick happy birthday?
Type their name!
hbd_rick(from_who = "Arun")Hey, if you need tons of love, try "everyone"
hbd_rick(from_who = "everyone")