kableExtra (version 1.1.0)

magic_mirror: Magic mirror that returns kable's attributes

Description

Mirror mirror tell me, how does this kable look like?

Usage

magic_mirror(kable_input)

Arguments

kable_input

The output of kable

Examples

Run this code
# NOT RUN {
magic_mirror(knitr::kable(head(mtcars), "html"))
# }

Run the code above in your browser using DataLab