csTable | R Documentation |
csCompare
resultsIt provides wrapper functions for generating tables of different types of computer languages.
csTable(csCompareObj, typeOfTable = "latex")
csCompareObj |
a list or data frame returned from
the |
typeOfTable |
The type of table to be generated. See details |
csCompare
generates tables of different languages.
The options are latex
, and markdown
.
tmp <- csCompare(cs1 = c(1, 2, 3, 1, 4), cs2 = c(10, 12, 12, 31, 13))
csTable(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.