View source: R/tt_compatibility.R
rheader | R Documentation |
Create a header
rheader(..., format = "xx", .lst = NULL)
... |
row specifications, either as character vectors or the output from |
format |
( |
.lst |
( |
A InstantiatedColumnInfo
object.
Other compatibility:
rrow()
,
rrowl()
,
rtable()
h1 <- rheader(c("A", "B", "C"))
h1
h2 <- rheader(
rrow(NULL, rcell("group 1", colspan = 2), rcell("group 2", colspan = 2)),
rrow(NULL, "A", "B", "A", "B")
)
h2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.