Will Beasley
SCUG 2018-10-02
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, build upon the foundations of progressive enhancement, that adds all of these advanced features to any HTML table.
kableExtra allows you to apply Bootstrap styles to static html tables generated by knitr.
https://haozhu233.github.io/kableExtra/awesome_table_in_html.html
When we are talking about table generators in R, knitr's
kable()
function is usually a popular choice because of its ultimate simplicity. Unlike those powerful table rendering engines such as xtable, the philosophy behindknitr::kable()
is to make it easy for programmers to use.
ctrl-shift-j