Create an rtable row
Usage
rrow(
row.name = "",
...,
format = NULL,
indent = 0,
inset = 0L,
round_type = valid_round_type
)Arguments
- row.name
(
stringorNULL)
row name. IfNULL, an empty string is used asrow.nameof 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.- round_type
(
"iec","iec_mod"or"sas")
the type of rounding to perform. Seeformatters::round_fmt()for details.