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)
}

Try the brio package in your browser

Any scripts or data that you put into this service are public.

brio documentation built on Dec. 11, 2021, 10:09 a.m.