| kbl.calibrated | R Documentation |
Render a calibrated data frame with kbl and optionally apply
column-level width attributes with column_spec.
## S3 method for class 'calibrated'
kbl(x, ..., use_widths = TRUE)
x |
A data frame with class |
... |
Additional arguments passed to |
use_widths |
Logical scalar indicating whether column-level width
attributes should be applied with |
A kable object.
kbl, kbl.default, column_spec
Other gridtable:
as.data.frame.gridtable(),
as_calibrated(),
as_calibrated.data.frame(),
as_gridtable(),
as_gridtable.character(),
as_gridtable.data.frame(),
kbl(),
kbl.default(),
kbl.gridtable(),
print.gridtable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.