Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbojan/maxqdar

Interfacing MAXQDA's exchange files
https://github.com/mbojan/maxqdar

maxqda qualitative-analysis r text-processing

Last synced: 27 days ago
JSON representation

Interfacing MAXQDA's exchange files

Awesome Lists containing this project

README

        

---
title: "`maxqdar` -- Interfacing MAXQDA's exchange files with R"
output: github_document
---

[![R-CMD-check](https://github.com/mbojan/maxqdar/actions/workflows/R-CMD-check.yaml/badge.svg)](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