View source: R/importer_group.R
importer | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.