create_html | R Documentation |
Create the html code of a styledTable
create_html(
st,
caption = NULL,
footer = NULL,
indent_level = 0L,
use_scope = TRUE
)
st |
A StyledTable class object |
caption |
An optional string holding the table caption |
footer |
An optional character vector holding the table footer remarks |
indent_level |
An optional integer defining, the indentation level of the resulting html code |
use_scope |
An optional flag, defining if the html table should
also use the |
A string holding the entire html code of the table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.