Create an rtable
row
Arguments
- row.name
(
string
orNULL
)
row name. IfNULL
, an empty string is used asrow.name
of therrow()
.- ...
cell values.
- format
(
string
,function
, orlist
)
the format label (string) or formatter function to apply to the cell values passed via...
. Seeformatters::list_valid_format_labels()
for currently supported format labels.- indent
- inset
(
integer(1)
)
the table inset for the row or table being constructed. Seeformatters::table_inset()
for details.