Learn R Programming

rtables (version 0.4.0)

rheader: Create a header

Description

Create a header

Usage

rheader(..., format = "xx", .lst = NULL)

Arguments

row specifications (either as character vectors or the output from rrow or DataRow, LabelRow, etc.

format

if FUN does not return a formatted rcell then the format is applied

.lst

list. An already-collected list of arguments tot be used instead of the elements of . Arguments passed via will be ignored if this is specified.

Value

a InstantiatedColumnInfo object.

Examples

Run this code
# NOT RUN {
h1 <- rheader(c("A", "B", "C"))

h2 <- rheader(
  rrow(NULL, rcell("group 1", colspan = 2), rcell("group 2", colspan = 2)),
  rrow(NULL, "A", "B", "A", "B")
)

h1

h2

# }

Run the code above in your browser using DataLab