Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbojan/maxqdar
- Owner: mbojan
- License: gpl-3.0
- Created: 2017-12-02T01:48:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T14:41:08.000Z (about 2 years ago)
- Last Synced: 2023-10-25T15:55:34.934Z (about 1 year ago)
- Topics: maxqda, qualitative-analysis, r, text-processing
- Language: R
- Homepage:
- Size: 246 KB
- Stars: 5
- Watchers: 2
- 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
---[![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