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

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.

Value

A data.frame.

Examples

str(read_raw_data(path=""))


[Package IsoCor version 0.1.40 Index]