qdapTools is an R package that contains tools associated with the qdap package that may be useful outside of the context of text analysis.
Installation
To download the development version of qdapTools:
Download the zip ball or tar ball, decompress and run R CMD INSTALL
on it, or use the devtools package to install the development version:
# install.packages("devtools") library(devtools) install_github("trinker/qdapTools")
Note: Windows users need Rtools and devtools to install this way.