rrow {rtables} | R Documentation |
Create an rtable
row
Description
Create an rtable
row
Usage
rrow(row.name = "", ..., format = NULL, indent = 0, inset = 0L)
Arguments
row.name |
( |
... |
cell values. |
format |
( |
indent |
|
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("")
[Package rtables version 0.6.9 Index]