Create an rtable
row
rrow(row.name = "", ..., format = NULL, indent = 0, inset = 0L)
Arguments
(string
or NULL
)
row name. If NULL
, an empty string is used as row.name
of the rrow()
.
cell values.
(string
, function
, or list
)
the format label (string) or formatter function to apply to the cell values passed via ...
. See formatters::list_valid_format_labels()
for currently supported format labels.
(integer(1)
)
the table inset for the row or table being constructed. See formatters::table_inset()
for details.
A row object of the context-appropriate type (label or data).
Examplesrrow("ABC", c(1, 2), c(3, 2), format = "xx (xx.%)")
#> [DataRow indent_mod 0]: ABC 1 (200%) 3 (200%)
rrow("")
#> [LabelRow indent_mod 0]:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4