tt_meta {tatoo} | R Documentation |
Tagged Table Metadata
Description
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.
Usage
tt_meta(
table_id = NULL,
title = NULL,
longtitle = title,
subtitle = NULL,
footer = NULL,
.print_table_id = FALSE
)
Arguments
table_id |
A scalar (will be coerced to |
title |
A scalar (will be coerced to |
longtitle |
A vector. If |
subtitle |
A vector. If |
footer |
A vector. If |
.print_table_id |
|
Value
a TT_meta object.
See Also
[Package tatoo version 1.1.2 Index]