csTable: Produce tables of 'csCompare' results

View source: R/csTable.R

csTableR 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 csCompare function

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)

condir documentation built on Sept. 22, 2023, 5:08 p.m.