Used to create graphwiz dot HTML table labels
1 2 | to_html_table(x, title = "Table", attr_table, attr_header, attr_font,
attr_td = NULL, trans = NULL, cols = names(x))
|
x |
A data frame |
attr_table |
A named list with table attributes |
attr_header |
A named list with cell attributes in header cell |
attr_td |
A function with parameters column, current row, value and returns a named list with current cell attributes |
trans |
Value transformation funcion |
cols |
A named vector of columns to include in a table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.