tt_meta | R Documentation |
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
)
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 |
|
a TT_meta object.
Tagged_table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.