Compatibility Arg Conventions
Arguments
- .lst
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.- row.name
if
NULL
then an empty string is used asrow.name
of therrow
.- format
character(1) or function. The format label (string) or formatter function to apply to the cell values passed via
...
. Seelist_valid_format_labels
for currently supported format labels.- indent
deprecated.
- label
character(1). A label (not to be confused with the name) for the object/structure.
- inset
integer(1). The table inset for the row or table being constructed. See
table_inset
.
See also
Other conventions:
constr_args()
,
gen_args()
,
lyt_args()
,
sf_args()