README.md

rsalamz

The goal of rsalamz is to greet people in the morning.

Installation

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")

Example

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"


Shelmith-Kariuki/rsalamz documentation built on May 6, 2020, 12:35 a.m.