0.2.10 tableHTML
Initial Release of tableHTML on CRAN.
It includes:
tableHTLM()
: This is the main function of the package. It is used to convert a data.frame into an HTML table.- The object resulting from tableHTML can be used in shiny using shiny's
renderUI
andui_Output
functions. add_css_*
family functions: These are used to add inline CSS to the HTML tables.