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
- Host: GitHub
- URL: https://github.com/dylanjm/mormon
- Owner: dylanjm
- Created: 2018-06-06T05:51:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T16:07:32.000Z (about 8 years ago)
- Last Synced: 2025-04-14T17:11:57.483Z (over 1 year ago)
- Language: R
- Size: 2.91 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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")
```