| Title: | Prints a Random Quote from Marcus Aurelius' Book Meditations | 
| Version: | 1.0.1 | 
| Description: | Prints a random quote from Marcus Aurelius' book Meditations. | 
| License: | GPL-2 | GPL-3 [expanded from: GPL] | 
| Encoding: | UTF-8 | 
| LazyData: | true | 
| Depends: | R (≥ 2.10) | 
| Suggests: | testthat, covr, knitr, rmarkdown, spelling | 
| RoxygenNote: | 6.0.1 | 
| URL: | https://github.com/jacobkap/meditations | 
| BugReports: | https://github.com/jacobkap/meditations/issues | 
| VignetteBuilder: | knitr | 
| Language: | en-US | 
| NeedsCompilation: | no | 
| Packaged: | 2019-01-16 13:30:42 UTC; user | 
| Author: | Jacob Kaplan [aut, cre] | 
| Maintainer: | Jacob Kaplan <jkkaplan6@gmail.com> | 
| Repository: | CRAN | 
| Date/Publication: | 2019-01-16 13:50:03 UTC | 
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)
All 507 quotes from Marcus Aurelius' book Meditations
Description
A dataset containing the complete list of quotes of Marcus Aurelius from Meditations
Usage
meditations_quotes
Format
A data frame with 53940 rows and 10 variables:
- quotes
- The text of the quote 
...