importer: importer()

View source: R/importer_group.R

importerR 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.


LipidomicsR documentation built on May 29, 2024, 8:59 a.m.