magic_mirror: Magic mirror that returns kable's attributes

Description Usage Arguments Examples

View source: R/magic_mirror.R

Description

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

Usage

1
magic_mirror(kable_input)

Arguments

kable_input

The output of kable

Examples

1
magic_mirror(knitr::kable(head(mtcars), "html"))

Example output

$caption
[1] NA

$colnames
 [1] ""     "mpg"  "cyl"  "disp" "hp"   "drat" "wt"   "qsec" "vs"   "am"  
[11] "gear" "carb"

$ncol
[1] 12

$nrow_header
[1] 1

$table_class
[1] NA

$table_style
[1] NA

kableExtra documentation built on Feb. 20, 2021, 9:10 a.m.