cq_read_itanal: Read in a traditional ConQuest item analysis file as text

Description Usage Arguments Value Examples

Description

Read in a traditional ConQuest item analysis file as text

Usage

1

Arguments

fname

A file path to an existing ConQuest itanal file. Can take other input as for readr::read_file

Value

A tibble containing parsed results of the itanal file.

Examples

1
2
fname <- cq_example(display = FALSE)
df <- cq_read_itanal(fname)

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