pjsio / quantedaData

Data package to accompany quanteda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quantedaData: Data files for quanteda

Package for extra data to accompany the quanteda package for managing and analyzing text, by Ken Benoit and Paul Nulty.

How to Install

You can download the files and build the package from source, or you can use the devtools library to install the package directly from github.

This is done as follows:

# devtools required to install quanteda from Github
if (!require(devtools)) install.packages("devtools")

# install the latest version quanteda from Github
devtools::install_github("kbenoit/quantedaData")

About

Data package to accompany quanteda


Languages

Language:R 99.4%Language:Shell 0.6%