Description Usage Arguments Details Value Author(s)
View source: R/html_elements.R
Function to format a data.frame as an html table
1 | html_table(df, table_id)
|
df |
A data frame |
table_id |
Character, specifying the id tag for the html table |
This function uses the thead and tbody tags required for the dataTables javascript to create interactive html tables.
Html code as a character string.
Thomas Sandmann
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.