R/read.big.data.R

Defines functions read.big.data

Documented in read.big.data

read.big.data <- function(path,  sep = ",", header = FALSE) {
  bigmemory::read.big.matrix(path, sep = sep, header = header, type = "double")
}
 

Try the MXM package in your browser

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

MXM documentation built on Aug. 25, 2022, 9:05 a.m.