The goal of rsalamz is to greet people in the morning.
You can install the released version of rsalamz from CRAN with:
install.packages("rsalamz")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Shelmith-Kariuki/rsalamz")
This is a basic example which shows you how to solve a common problem:
library(rsalamz)
greeter("Patricia")
#> [1] "Goodmorning Patricia, I wish you all the best today"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.