Skip to contents

Writes coded output in shapes that NVivo-, ATLAS.ti-, and Dedoose-style workflows import: a flat CSV (one row per unit, label columns included) or JSONL (one object per unit with full replicate detail).

Usage

export_caqdas(coded, path, format = c("csv", "jsonl"))

Arguments

coded

A code_corpus() result.

path

Output file path; the extension does not need to match format.

format

"csv" or "jsonl".

Value

path, invisibly.