R/report_environment.R

Defines functions report_environment

#' Create base report environment with required libraries in scope
#' @import knitr tikzDevice
#' @importFrom kableExtra kable_styling row_spec footnote
report_environment <- function(){
  new.env()
}
Display-Lab/micca-report documentation built on Dec. 23, 2020, 8:44 a.m.