loadFile {psichomics}R Documentation

Loads a file according to its format

Description

Loads a file according to its format

Usage

loadFile(format, file, ...)

Arguments

format

Environment: format of the file

file

Character: file to load

...

Extra parameters passed to fread

Details

The resulting data frame includes the attribute tablename with the name of the data frame

Value

Data frame with the loaded file


[Package psichomics version 1.10.2 Index]