xtable.DemographicTable {DemographicTable} | R Documentation |
Write DemographicTable to LaTeX.
## S3 method for class 'DemographicTable'
xtable(x, ...)
x |
|
... |
potential parameters of xtable |
xtable.DemographicTable returns an xtable object.
(tb = DemographicTable(ToothGrowth, groups = 'supp'))
library(xtable)
print(xtable(tb), sanitize.text.function = identity,
sanitize.colnames.function = NULL, include.rownames = FALSE)