powered by
Write DemographicTable to LaTeX.
# S3 method for DemographicTable xtable(x, ...)
Function xtable.DemographicTable returns an xtable object.
a DemographicTable object
additional parameters of xtable
(tb = DemographicTable(ToothGrowth, groups = 'supp')) library(xtable) print(xtable(tb), sanitize.text.function = identity, sanitize.colnames.function = NULL, include.rownames = FALSE)
Run the code above in your browser using DataLab