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 June 11, 2025, 11:28 p.m.