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

rKenyaMemes

The goal of rKenyaMemes is to display memes in the Viewer pane.

Installation

You can install the released version of rKenyaMemes from CRAN with:

install.packages("rKenyaMemes")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Shelmith-Kariuki/rKenyaMemes")

Example

library(rKenyaMemes)

## First run
entertain_me()

## Second run
entertain_me()


Shelmith-Kariuki/rKenyaMemes documentation built on Dec. 18, 2021, 1:07 p.m.