A data frame or list with entries of equal length.
id,
A string, the id for the table.
headers
A vector of names to use as table headers instead of the list names (or 1, 2, 3, etc. if list is not named).
table_attr
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::table.
thead_attr
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::thead.
tbody_attr
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::tbody.
tr_attr
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::tr.
th_attr
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::th.
td_attr
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::td.
wrapper_attr
A named list or named vector, names are attribute names and values are attribute values. Passed to the attr parameter of html5::div wrapping html5::table.