meditations {meditations} | R Documentation |
Get a random quote for Marcus Aurelius' book Meditations
Description
Get a random quote for Marcus Aurelius' book Meditations
Usage
meditations(number = NULL)
Arguments
number |
The number(s) of the quotes you want from meditations_quotes. If NULL, returns random quote. |
Value
A string containing the quote.
Examples
meditations()
meditations(497)
meditations(5)
[Package meditations version 1.0.1 Index]