Learn R Programming

rtables (version 0.4.0)

rrow: row

Description

row

Usage

rrow(row.name = "", ..., format = NULL, indent = 0)

Arguments

row.name

if NULL then the FUN argument is deparsed and used as row.name of the rrow

cell values

format

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

indent

deprecated.

Value

A row object of the context-appropriate type (label or data)

Examples

Run this code
# NOT RUN {
rrow("ABC", c(1,2), c(3,2), format = "xx (xx.%)")
rrow("")

# }

Run the code above in your browser using DataLab