Description
Internal function to import data in lipidomicR, in order to unify data format.
Usage
importer(path, header = TRUE, sep = ",")
Value
A dataframe, with the first row set as header and the first column set as row name.
The data is unified to numeric.
Arguments
- path
Path of file loaded. The file should be in '.csv' format
- header
Logical. Whether to use the first row as header.
- sep
Character. The seperator of the file.