trash/io.R

#' @export
read_to_string <- function(pathfile) {
  paste(xfun::read_utf8(pathfile), sep = "", collapse = "\n")
}
BabyMouse/Rb3m documentation built on June 4, 2020, 11:21 a.m.