View source: R/app_functions.R
read_raw_data | R Documentation |
read_raw_data
will import ICP MS data in various file formats.
read_raw_data(path, format = c("exp", "icp", "data", "generic"))
path |
Valid file path. |
format |
Character specifying the import file format. |
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.
A data.frame.
str(IsoCor::read_raw_data(path = ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.