R/big_read.R

Defines functions big_read

Documented in big_read

big_read <- function(big_path, select, header = TRUE, sep = ",") {
  x <- bigstatsr::big_read(big_path, header = header, sep = sep, type = "double", select = select )
  bigstatsr::big_copy(x)
}

Try the pchc package in your browser

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

pchc documentation built on April 4, 2025, 1:11 a.m.