Compatibility argument 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
(
string
orNULL
)
row name. IfNULL
, an empty string is used asrow.name
of therrow()
.- 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
- label
(
string
)
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. Seeformatters::table_inset()
for details.
See also
Other conventions:
constr_args()
,
gen_args()
,
lyt_args()
,
sf_args()