https://github.com/mbojan/maxqdar
Interfacing MAXQDA's exchange files
https://github.com/mbojan/maxqdar
maxqda qualitative-analysis r text-processing
Last synced: about 1 year ago
JSON representation
Interfacing MAXQDA's exchange files
- Host: GitHub
- URL: https://github.com/mbojan/maxqdar
- Owner: mbojan
- License: gpl-3.0
- Created: 2017-12-02T01:48:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T14:41:08.000Z (over 3 years ago)
- Last Synced: 2025-03-24T06:12:08.656Z (about 1 year ago)
- Topics: maxqda, qualitative-analysis, r, text-processing
- Language: R
- Homepage:
- Size: 246 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
title: "`maxqdar` -- Interfacing MAXQDA's exchange files with R"
output: github_document
---
[](https://github.com/mbojan/maxqdar/actions/workflows/R-CMD-check.yaml)
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Installation
```{r installation, eval=FALSE}
devtools::install_github("mbojan/maxqdar")
```
# Usage
Extracting coded fragments as a data frame with start and end character positions:
```{r extract_mex_codings}
library(maxqdar)
f <- system.file("exdata/test.mex", package="maxqdar")
extract_mex_codings(f)
```
- **CAUTION**: The `Preview` column provides at most 63-character long part of the coded string. If the limit is reached the function gives a warning.
# License
GPL-3