Create an HTML table from an R object using knitr::kable() and style it using kableExtra::kable_styling().

html_table(x, ...)

# S3 method for default
html_table(x)

See also