Using meditations"

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

Overview

View the wisdom of Marcus Aurelius through his quotes from his book Meditations.

Installation

You can install meditations from github with:

# install.packages("devtools")
devtools::install_github("jacobkap/meditations")

Example

This is how to use this simple package. meditations() will print a random quote from the book.

meditations::meditations()

Choose a number between 1 and 507 (there are only 507 quotes) and it will print that specific quote(s).

meditations::meditations(5)


Try the meditations package in your browser

Any scripts or data that you put into this service are public.

meditations documentation built on May 2, 2019, 4:21 a.m.