
Last chance! 50% off unlimited learning
Sale ends in
Create a header
rheader(..., format = "xx", .lst = NULL)
A InstantiatedColumnInfo
object.
row specifications, either as character vectors or the output from rrow()
, DataRow()
,
LabelRow()
, etc.
(string
, function
, or list
)
the format label (string) or formatter function to apply to the
cell values passed via ...
. See formatters::list_valid_format_labels()
for currently supported format labels.
(list
)
an already-collected list of arguments to be used instead of the elements of ...
.
Arguments passed via ...
will be ignored if this is specified.
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
Run the code above in your browser using DataLab