tableHeader: Generate a table header or footer from column names
Description
Convenience functions to generate a table header (<thead></thead>) or
footer (<tfoot></tfoot>) given the column names. They are basically
wrappers of htmltools::tags$th applied to the column names.