Learn R Programming

rtables (version 0.5.1)

rrow: row

Description

row

Usage

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

Value

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

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.

See Also

Other compatability: rheader(), rrowl(), rtable()

Examples

Run this code

rrow("ABC", c(1,2), c(3,2), format = "xx (xx.%)")
rrow("")

Run the code above in your browser using DataLab