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

...

potential parameters of xtable

Value

xtable.DemographicTable returns an xtable object.

See Also

xtable

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.6 Index]