rheader {rtables} | R Documentation |
Create a header
Description
Create a header
Usage
rheader(..., format = "xx", .lst = NULL)
Arguments
... |
row specifications, either as character vectors or the output from |
format |
( |
.lst |
( |
Value
A InstantiatedColumnInfo
object.
See Also
Other compatibility:
rrow()
,
rrowl()
,
rtable()
Examples
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
[Package rtables version 0.6.9 Index]