https://github.com/trinker/qdapdictionaries
Word lists used by the qdap package.
https://github.com/trinker/qdapdictionaries
Last synced: about 1 year ago
JSON representation
Word lists used by the qdap package.
- Host: GitHub
- URL: https://github.com/trinker/qdapdictionaries
- Owner: trinker
- Created: 2013-07-21T15:51:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T19:12:12.000Z (over 8 years ago)
- Last Synced: 2025-03-15T03:51:25.460Z (over 1 year ago)
- Language: HTML
- Size: 8.84 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qdapDictionaries
[](https://travis-ci.org/trinker/qdapDictionaries)
[](http://dx.doi.org/10.5281/zenodo.11119)
**qdapDictionaries** is an R package containing the dictionaries and word lists for use with the **qdap** package.
## Installation
To download the development version of qdapDictionaries:
Download the [zip ball](https://github.com/trinker/qdapDictionaries/zipball/master) or [tar ball](https://github.com/trinker/qdapDictionaries/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **pacman** package to install the development version:
```r
if (!require("pacman")) install.packages("pacman")
pacman::p_load_current_gh("trinker/qdapDictionaries")
```