library(pander)
panderOptions("table.split.table", Inf)
panderOptions("decimal.mark", ",")
library(knitr)
opts_chunk$set(
  echo = FALSE, 
  results = 'markup',
  eval = TRUE,
  echo = TRUE,
  cache = FALSE,
  dev = "pdf",
  dpi = 300,
  fig.width = 150 / 25.4,
  fig.height = 100 / 25.4,
  warning = TRUE,
  error = TRUE,
  message = TRUE
)

Introduction



ThierryO/corpident documentation built on May 9, 2019, 4:41 p.m.