knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

library(lipsum)

lipsum

An R package for generating paragraphs of lorem ipsum.

install

You can install the package using devtools:

devtools::install_github("aakosm/ipsum")

how it works

The package has only one function right now, lipsum(), which will generate you n paragraphs of lorem ipsum, saving you precious seconds of internet search and leaving R.

demo



aakosm/lipsum documentation built on May 21, 2019, 11:09 a.m.