R/auto-set-format.R

Defines functions auto_set_format

# nocov start
auto_set_format <- function() {
  if (knitr::is_latex_output()) {
    options(knitr.table.format = "latex")
  } else {
    options(knitr.table.format = "html")
  }
}
# nocov end
atlas-aai/ratlas documentation built on Nov. 13, 2024, 12:31 a.m.