README.md

praiseme

The goal of praiseme is to deliver some lovely praise.

Installation

You can install praiseme from github with:

# install.packages("devtools")
devtools::install_github("Thilaksha/praiseme")

Example

This is a basic example which shows you how to solve a common problem:

## Just you
library(praiseme)
praise()
#> [1] "You are the best, Thilaksha"

# Or a friend
praise("Maddy!")
#> [1] "You are the best, Maddy!"


ThilakshaSilva/praiseme documentation built on May 28, 2019, 3:57 p.m.