read_raw_data: read_raw_data

View source: R/app_functions.R

read_raw_dataR 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 = ""))

IsoCor documentation built on Sept. 11, 2024, 9:30 p.m.