kable_html: Convert Data Frame to HTML Table using kable

View source: R/table.R

kable_htmlR Documentation

Convert Data Frame to HTML Table using kable

Description

Convert Data Frame to HTML Table using kable

Usage

kable_html(df, ...)

Arguments

df

A data frame to be converted to an HTML table.

...

Other arguments to be passed to 'knitr::kable'.

Value

A htmltools object containing the HTML representation of the table.

Examples

kable_html(cars[1:10,])

rtiddlywiki documentation built on Nov. 5, 2025, 7:32 p.m.