read_xerxes_fstats_table | R Documentation |
Read xerxes tableOutFile into a tibble. F2 statistics are converted to F3 statistics to simplify the creation of a similarity matrix.
read_xerxes_fstats_table(fn, strip_selection_language = F, old_xerxes = F)
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. |
A tibble containing the contents of the tableOutFile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.