It's your birthday!
This amazing package will generate you a birthday present!
The easiest way to obtain this package is to install devtools
and pull the package contents directly from GitHub.
if (!require("devtools")) install.packages("devtools")
devtools::install_github("btmonier/bday")
All you need to enter is the following function with your name and you will receive you gift!
library(bday)
bday(name = "Merritt")
For additional information on these functions, please see the given documentation in the bday
package by adding the ?
help operator before any of the given functions in this package or by using the help()
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.