cq_itanal: Main function to read an itanal. If it doesn't work try using...

Description Usage Arguments Value Examples

Description

Main function to read an itanal. If it doesn't work try using cq_read_itanal instead

Usage

1
cq_itanal(fname)

Arguments

fname

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

Value

A tibble containing itanal contents with numeric fields where appropriate.

Examples

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

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