https://github.com/trinker/textcode
https://github.com/trinker/textcode
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trinker/textcode
- Owner: trinker
- Created: 2017-02-05T17:49:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T18:19:22.000Z (over 9 years ago)
- Last Synced: 2025-02-14T12:41:03.288Z (over 1 year ago)
- Language: R
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS
Awesome Lists containing this project
README
---
title: "textcode"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
md_document:
toc: true
---
```{r, echo=FALSE}
desc <- suppressWarnings(readLines("DESCRIPTION"))
regex <- "(^Version:\\s+)(\\d+\\.\\d+\\.\\d+)"
loc <- grep(regex, desc)
ver <- gsub(regex, "\\2", desc[loc])
verbadge <- sprintf('
', ver, ver)
````
[](https://travis-ci.org/trinker/textcode)
[](https://coveralls.io/r/trinker/textcode?branch=master)
`r verbadge`
**textcode** provides tools for qualitative text coding. The tools enhance the ability to: (a) export text for qualitative coding, (b) import coding schemes, and (c) reshape the imports into an analysis ready format. This package ports much of the coding mechanisms from the [**qdap**](https://github.com/trinker/qdap) package but with consistency, more obvious usage, optimization all in a single package.
- [ ] export tools:
- [ ] .csv (word [in qdap], sentence, turn of talk level)
- [ ] spanning sheets (time)
- [ ] Transcript out with word numbering [in qdap] but add sentence numbering too ((1)) sent one. ((2)) sent two.
- [ ] examine tools:
- [ ] text and html concordance/context
- [ ] import tools [in qdap]
# Installation
To download the development version of **textcode**:
Download the [zip ball](https://github.com/trinker/textcode/zipball/master) or [tar ball](https://github.com/trinker/textcode/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_gh("trinker/textcode")
```
# Contact
You are welcome to:
- submit suggestions and bug-reports at:
- send a pull request on:
- compose a friendly e-mail to: