R/loadStats.R

loadStats <- function (filePath){
  
  print (paste ("Reading analysis output file", filePath))
    
  table <- read.csv(filePath, header = TRUE, sep = "\t")
  
  table
  
}

Try the modygliani package in your browser

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

modygliani documentation built on May 2, 2019, 2:31 p.m.