Create a TT_meta
(tagged table metadata) object. In the future,
different styling will be supported for title, longtitle and subtitle to
make the distinction more meaningful.
tt_meta(
table_id = NULL,
title = NULL,
longtitle = title,
subtitle = NULL,
footer = NULL,
.print_table_id = FALSE
)
a TT_meta object.
A scalar (will be coerced to character
)
A scalar (will be coerced to character
)
A vector. If length > 1
the title will be displayed in
several rows
A vector. If length > 1
the title will be displayed in
several rows
A vector. If length > 1
the title will be displayed in
several rows
logical
vector. Whether or not table_id
should be
added to the title of the table in the various output formats. It is
recommended to use table_ids only internally (i.e. for walk_regions()
).
Tagged_table