R/batch.read.R

Defines functions batch.read

batch.read <- function(file, ...) {
# not really needed, not used now
  x <- read.csv(file = file, stringsAsFactors = FALSE, ...)
  
  return(x)
}
ejanalysis/batch.summarizer documentation built on Sept. 6, 2021, 3:41 a.m.