R/rmarkdown_functions.R

Defines functions read_file

read_file <- function(path) {
  n <- file.info(path)$size
  readChar(path, n, TRUE)
}
RGLab/DataPackageR documentation built on June 3, 2024, 11:05 p.m.