importer {LipidomicsR} | R Documentation |
Internal function to import data in lipidomicR, in order to unify data format.
importer(path, header = TRUE, sep = ",")
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. |
A dataframe, with the first row set as header and the first column set as row name. The data is unified to numeric.