An open API service indexing awesome lists of open source software.

https://github.com/johncoene/sacred

📖 Sacred texts in R
https://github.com/johncoene/sacred

bible data r rstats text-mining

Last synced: 4 months ago
JSON representation

📖 Sacred texts in R

Awesome Lists containing this project

README

          

[![Travis-CI Build Status](https://travis-ci.org/JohnCoene/sacred.svg?branch=master)](https://travis-ci.org/JohnCoene/sacred) [![Build status](https://ci.appveyor.com/api/projects/status/fgqivf16f1u7jrug/branch/master?svg=true)](https://ci.appveyor.com/project/JohnCoene/bibler/branch/master)

sacred
======

![](man/figures/logo.png)

Includes 9 **tidy** sacred datasets:

1. `king_james_version` - The King James Version of the Bible.
2. `aprocrypha` - The Apocrypha.
3. `septuagint` - The Septuagint.
4. `tanach` - The Tanach.
5. `vulgate` - The Vulgate.
6. `greek_new_testament` - The Greek New Testament.
7. `book_of_mormon` - The book of Mormon
8. `doctrine_and_covenants` - Doctrine & Covenants
9. `pearl_of_great_price` - Pearl of Great Price

Also includes:

* `middle_english_stopwords`
* `middle_english_sentiments`

**See [website](http://sacred.john-coene.com) for examples**

Install
=======

``` r
devtools::install_github("JohnCoene/sacred")
```