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

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.

Awesome Lists containing this project

README

          

# qdapDictionaries

[![Build Status](https://travis-ci.org/trinker/qdapDictionaries.svg?branch=master)](https://travis-ci.org/trinker/qdapDictionaries)
[![DOI](https://zenodo.org/badge/5398/trinker/qdapDictionaries.svg)](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")
```