Usage
HSAURtable(object, ...)
"HSAURtable"(object, xname = deparse(substitute(object)), pkg = NULL, ...)
"HSAURtable"(object, xname = deparse(substitute(object)), pkg = NULL, nrows = NULL, ...)
"toLatex"(object, caption = NULL, label = NULL, topcaption = TRUE, index = TRUE, ...)
"toLatex"(object, pcol = 1, caption = NULL, label = NULL, rownames = FALSE, topcaption = TRUE, index = TRUE, ...)
Arguments
object
an object of table
or data.frame
.
xname
the name of the object.
pkg
the package object
comes from, optionally.
nrows
the number of rows actually printed for a
data.frame
.
caption
the (optional) caption of the table without label.
label
the (optional) label to be defined for this table.
pcol
the number of parallel columns.
rownames
logical, should the rownames be printed in the first
row without column name?
topcaption
logical, should the captions be placed on top (default)
of the table?
index
logical, should an index entry be generated?
...
additional arguments, currently ignored.