cqc_label: Make ConQuest label text

Description Usage Arguments Value Examples

Description

Produces text compatible with the ConQuest label command. e.g. text is multiline containing ' ===> item' (where item is the conquest variable name) ' 1 it01' (1 is the level, it01 is the label for level 1) ' 2 it02' (2 is the level, it02 is the label for level 2)

Usage

1
cqc_label(x, variable = "item")

Arguments

x

a character vector containing labels

variable

the ConQuest variable associated with labels. Default is 'items'. Other options might be 'rater' etc.

Value

a character vector which can be written to a file for use by the ConQuest label command. levels are assigned in order of the provided labels

Examples

1
2
3
4

markdly/conquestr documentation built on May 29, 2019, 5:40 a.m.