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