kabl {qreport} | R Documentation |
kabl
Description
Front-end to kable
and kables
Usage
kabl(..., caption = NULL, digits = 4, col.names = NA, row.names = NA)
Arguments
... |
one or more objects to pass to |
caption |
overall single caption |
digits |
passed to |
col.names |
passed to |
row.names |
passed to |
Details
Calls kable()
if only one table is to be printed.
Calls kable()
for each table and passes it to kables
if more than one.
Accounts for results of tapply
not being a vector (is an array)
Value
result of kable
or kables
Author(s)
Frank Harrell
Examples
kabl(data.frame(a=1:2, b=3:4), data.frame(x=11:13, y=21:23))
[Package qreport version 1.0-1 Index]