kabl | R Documentation |
Front-end to kable
and kables
kabl(..., caption = NULL, digits = 4, col.names = NA, row.names = NA)
... |
one or more objects to pass to |
caption |
overall single caption |
digits |
passed to |
col.names |
passed to |
row.names |
passed to |
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)
result of kable
or kables
Frank Harrell
kabl(data.frame(a=1:2, b=3:4), data.frame(x=11:13, y=21:23))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.