xtable.DemographicTable {DemographicTable}R Documentation

Write DemographicTable to LaTeX

Description

Write DemographicTable to LaTeX.

Usage

## S3 method for class 'DemographicTable'
xtable(x, ...)

Arguments

x

a DemographicTable object

...

additional parameters of xtable

Value

Function xtable.DemographicTable returns an xtable object.

Examples

(tb = DemographicTable(ToothGrowth, groups = 'supp'))
library(xtable)
print(xtable(tb), sanitize.text.function = identity, 
 sanitize.colnames.function = NULL, include.rownames = FALSE)


[Package DemographicTable version 0.1.7 Index]