html_render | R Documentation |
Format a data frame as an HTML table and render it to the web viewer.
html_render(df, caption = NULL, align = "l", ...)
df |
A data frame to be rendered as an HTML table. |
caption |
A string to be displayed above the table. |
align |
A string indicating the alignment of the cells (default = "l"). |
... |
Other arguments to pass to |
HTML syntax for the df
table.
Other table functions:
ssm_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.