Learn R Programming

rtiddlywiki (version 0.5.2)

kable_html: Convert Data Frame to HTML Table using kable

Description

Convert Data Frame to HTML Table using kable

Usage

kable_html(df, ...)

Value

A htmltools object containing the HTML representation of the table.

Arguments

df

A data frame to be converted to an HTML table.

...

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

Examples

Run this code
kable_html(cars[1:10,])

Run the code above in your browser using DataLab