rrow: row

View source: R/tt_compatibility.R

rrowR Documentation

row

Description

row

Usage

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

Arguments

row.name

if NULL then an empty string is used as row.name of the rrow.

...

cell values

format

character(1) or function. The format label (string) or formatter function to apply to the cell values passed via .... See list_valid_format_labels for currently supported format labels.

indent

deprecated.

inset

integer(1). The table inset for the row or table being constructed. See table_inset.

Value

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

See Also

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

Examples


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


rtables documentation built on Aug. 30, 2023, 5:07 p.m.