Compatibility argument conventions
compat_args(.lst, row.name, format, indent, label, inset)
No return value.
(list
)
an already-collected list of arguments to be used instead of the elements of ...
.
Arguments passed via ...
will be ignored if this is specified.
(string
or NULL
)
row name. If NULL
, an empty string is used as row.name
of the
rrow()
.
(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.
(string
)
a label (not to be confused with the name) for the object/structure.
(integer(1)
)
the table inset for the row or table being constructed. See
formatters::table_inset()
for details.
Other conventions:
constr_args()
,
gen_args()
,
lyt_args()
,
sf_args()