powered by
Return function for reading common file types
guess.read.fcn(filename)
for file to be read
function for reading
Uses the file suffix to return csv, read.delim, read.xls
# NOT RUN { identical(utils::read.csv,guess.read.fcn("data.csv")) # }
Run the code above in your browser using DataLab