read_raw_data {IsoCor} | R Documentation |
read_raw_data
Description
read_raw_data
will import ICP MS data in various file formats.
Usage
read_raw_data(path, format = c("exp", "icp", "data", "generic"))
Arguments
path |
Valid file path. |
format |
Character specifying the import file format. |
Details
Try to specify 'format' parameter to find a method suitable for your files or select 'generic' which will import a tab delimited file with 3 columns defining RT, MI and SI respectively. You may check why data import of your files fails in the app on this function and potentially extend it to handle your files.
Value
A data.frame.
Examples
str(IsoCor::read_raw_data(path = ""))
[Package IsoCor version 0.2.8 Index]