Skip to content

quanteda/Text-Analysis-Using-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Analysis Using R

publish

This is the source code of the book in progress, Text Analysis Using R, by Kenneth Benoit and Stefan Müller.

The draft HTML version of this book is published at https://quanteda.github.io/Text-Analysis-Using-R/. It is authored in Quarto and we will be updating it as we fill in the chapter outline with completed draft chapters.

Companion R package

We have released a companion R package, TAUR, containing data and functions used in the book. You can install it using:

remotes::install_github("quanteda/TAUR")

Providing feedback or contributing

This book is a work in progress and we welcome your feedback (sent through filing an issue). You are even more welcome to edit the book yourself and submit the changes as a pull request. (Instructions for doing that can be found here.) We are using the brilliant new Quarto framework for authoring this book. You can find full details as to how this works here.

The Text Analysis Using R project is released with a Contributor Code of Conduct. By participating in this project (for example, by submitting an issue with suggestions or edits) you agree to abide by its terms. Instructions for making contributions can be found in the contributing.md file.