powered by
read file after deducing file type from suffix.
smartRead(file, ...)
name of file to be imported, including path to file. file name must end in "csv", "xlsx" or "rds"
additional arguments for read.csv or read.xlsx.
A data frame or matrix.