csTable {condir} | R Documentation |
Produce tables of csCompare
results
Description
It provides wrapper functions for generating tables of different types of computer languages.
Usage
csTable(csCompareObj, typeOfTable = "latex")
Arguments
csCompareObj |
a list or data frame returned from
the |
typeOfTable |
The type of table to be generated. See details |
Details
csCompare
generates tables of different languages.
The options are latex
, and markdown
.
Examples
tmp <- csCompare(cs1 = c(1, 2, 3, 1, 4), cs2 = c(10, 12, 12, 31, 13))
csTable(tmp)
[Package condir version 0.1.4 Index]