Used to create graphwiz dot HTML table labels
to_html_table(x, title = "Table", attr_table, attr_header, attr_font,
attr_td = NULL, trans = NULL, cols = names(x))
A data frame
A named list with table attributes
A named list with cell attributes in header cell
A function with parameters column, current row, value and returns a named list with current cell attributes
Value transformation funcion
A named vector of columns to include in a table