col_fixed | R Documentation |
Format a table cell with fixed width
col_fixed(
size,
ragged = c("no", "right", "left"),
center = FALSE,
unit = "cm",
coltype = c("p", "m", "b")
)
col_ragged(..., ragged = "right")
size |
the width of the cell |
ragged |
use |
center |
|
unit |
to go with |
coltype |
column type |
... |
arguments passed to col fixed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.