-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
52 lines (24 loc) · 881 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "`maxqdar` -- Interfacing MAXQDA's exchange files with R"
output: github_document
---
<!-- badges: start -->
[![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)
<!-- badges: end -->
```{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