register_output | R Documentation |
Save the table into a global 'OUTPUT' list to write is as an output spreadsheet later.
register_output(tbl, name = NULL, caption = NULL, note = NULL)
tbl |
is a 'data.frame' or 'mlth.data.frame' or any other input supported by 'write.xlsx.output'. |
name |
is table name in the 'OUTPUT' list. Can be empty. |
caption |
is table caption as a merged cell above the table. |
note |
is table footnote as a merged cell below the table. |
‘tbl' with ’caption' and 'note' attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.