read_xerxes_fstats_table: read_xerxes_fstats_table

View source: R/import_data.R

read_xerxes_fstats_tableR Documentation

read_xerxes_fstats_table

Description

Read xerxes tableOutFile into a tibble. F2 statistics are converted to F3 statistics to simplify the creation of a similarity matrix.

Usage

read_xerxes_fstats_table(fn, strip_selection_language = F, old_xerxes = F)

Arguments

fn

path. The path to the input tableOutFile.

strip_selection_language

logical. Should trident selection language marks be stripped from Lefts and Rights? If true, selection marks such as "<" and ">" will be stripped from the Left and Right columns.

old_xerxes

logical. Older versions of xerxes did not correctly match the columns for F3/F2 to the header (which is set up for F4). Should be set to FALSE for tables produced with xerxes version higher than v0.1.3.1.

Value

A tibble containing the contents of the tableOutFile.


TCLamnidis/TCLHelperRPackage documentation built on Aug. 27, 2022, 12:42 a.m.