| kbl.gridtable | R Documentation |
Coerce a gridtable to a calibrated data frame with as.data.frame
before redispatching to kbl. This lets gridtable-derived column
widths be consumed by kbl.calibrated.
## S3 method for class 'gridtable'
kbl(x, ...)
x |
Character scalar with class |
... |
Additional arguments passed to |
A kable object.
kbl, kbl.calibrated, as.data.frame.gridtable
Other gridtable:
as.data.frame.gridtable(),
as_calibrated(),
as_calibrated.data.frame(),
as_gridtable(),
as_gridtable.character(),
as_gridtable.data.frame(),
kbl(),
kbl.calibrated(),
kbl.default(),
print.gridtable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.