SkillAgentSearch skills...

Qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis

Install / Use

/learn @trinker/Qdap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

qdap

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. Build Status DOI

qdap (Quantitative Discourse Analysis Package) is an R package designed to assist in quantitative discourse analysis. The package stands as a bridge between qualitative transcripts of dialogue and statistical analysis & visualization.

Installation

To download the development version of qdap:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version (The user may want to install the dev version of reports first):

if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh(
    "trinker/qdapDictionaries",
    "trinker/qdapRegex",
    "trinker/qdapTools",
    "trinker/qdap"
)

Help

Contact

You are welcome to:

<b>Note:</b> If you are reporting a bug make sure you have first read the Cleaning Text & Debugging vignette

View on GitHub
GitHub Stars184
CategoryDevelopment
Updated21d ago
Forks45

Languages

R

Security Score

85/100

Audited on Mar 11, 2026

No findings