parseFile {psichomics} | R Documentation |
Parse file according to its format
parseFile(format, file, ..., verbose = FALSE)
format |
Environment: format of the file |
file |
Character: file to load |
... |
Extra parameters passed to fread |
verbose |
Boolean: detail step while parsing? |
The resulting data frame includes the attribute tablename
with the name of the data frame
Data frame with the loaded file