DEBSOURCES
Skip Quicknav
sources / r-cran-kableextra / 1.4.0%2Bdfsg-1 / R / auto_set_format.R
1234567
auto_set_format <- function() { if (knitr::is_latex_output()) { options(knitr.table.format = "latex") } else { options(knitr.table.format = "html") } }