R/read_file_raw.R

Defines functions read_file_raw

Documented in read_file_raw

#' @rdname read_file
#' @export
read_file_raw <- function(path) {
  path <- normalizePath(path, mustWork = TRUE)
  .Call(brio_read_file_raw, path)
}
r-lib/brio documentation built on Aug. 6, 2024, 5:23 p.m.