knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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


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