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

https://github.com/dylanjm/mormon

A dataset package containing scriptural works for The Church of Jesus Christ of Latter-day Saints
https://github.com/dylanjm/mormon

Last synced: over 1 year ago
JSON representation

A dataset package containing scriptural works for The Church of Jesus Christ of Latter-day Saints

Awesome Lists containing this project

README

          

---
output:
md_document:
variant: markdown_github
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

moRmon
===================================================================

The goal of moRmon is to provide the [Standard Works](https://www.lds.org/topics/standard-works) (volumes of scripture officially accepted as church doctrine) in tidy format for easy analysis.

These data were organized by http://scriptures.nephi.org/. I have simply made it easy to use from R.

__I am in no way affiliated with The Church of Jesus Christ of Latterday-Saints__

## Install

```{r, eval=FALSE}
#install.packages("devtools")
devtools::install_github("dylanjm/moRmon")
```