- x
A character matrix or list of character matrices.
- legend
A list with table legend codes extracted from table caption and/or footnote with legendCodings().
- unifyMatrix
Logical. If TRUE, matrix cells are unified for better post-processing.
- correctComma
Logical. If TRUE and 'unifyMatrix=TRUE', decimal sign commas are converted to dots.
- na.rm
Logical. If TRUE, NA cells are set to empty cells.
- forceClass
character. Set matrix-specific handling to one of c("tabled result", "correlation", "matrix", "text").
- expandAbbreviations
Logical. If TRUE, detected abbreviations are expanded to label detected in table caption/footnote with legendCodings().
- superscript2bracket
Logical. If TRUE, detected superscript codings are inserted inside parentheses.
- decodeP
Logical. If TRUE, imputes the converts the detected p-value codings to text with seperator ';;' (e.g., '1.23*' -> '1.23;; p<.01')
- standardPcoding
Logical. If TRUE, and no other detection of p-value coding is detected, standard coding of p-values is assumed to be: * p<.05, ** p<.01, and *** p<.001.
- noSign2p
Logical. If TRUE, imputes 'p>maximum of coded p-values' to cells that are not coded to be significant.
- bracketHandling
Logical. If TRUE and if possible, decodes numbers in brackets.
- dfHandling
Logical. If TRUE, detected sample size N in the caption/footnote is inserted as degrees of freedom (N-2) to r- and t-values that are reported without degrees of freedom.
- rotate
Logical. If TRUE, matrix content is parsed by column.
- unlist
Logical. If TRUE, output is returned as a vector with parsed text from all listed matrices; else, a list with parsed text from each matrix is returned as a list.
- addTableName
Logical. If TRUE and unlist=TRUE, the table number is added in front of unlisted text lines.
- split
Logical. If TRUE, multi-model tables are split before being processed.