View source: R/tt_compatibility.R
| rrow | R Documentation |
rtable rowCreate an rtable row
rrow(
row.name = "",
...,
format = NULL,
indent = 0,
inset = 0L,
round_type = valid_round_type
)
row.name |
( |
... |
cell values. |
format |
( |
indent |
|
inset |
( |
round_type |
( |
A row object of the context-appropriate type (label or data).
Other compatibility:
rheader(),
rrowl(),
rtable()
rrow("ABC", c(1, 2), c(3, 2), format = "xx (xx.%)")
rrow("")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.