magic_mirror {kableExtra} | R Documentation |
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
magic_mirror(knitr::kable(head(mtcars), "html"))
[Package kableExtra version 1.4.0 Index]