load_direct_quant: Read and clean ICP-MS data files generated by the iCAP-RQ

View source: R/load_direct_quant.R

load_direct_quantR Documentation

Read and clean ICP-MS data files generated by the iCAP-RQ

Description

Read and clean ICP-MS data files generated by the iCAP-RQ

Usage

load_direct_quant(path, int_stds = c("45Sc", "115In", "159Tb"))

Arguments

path

Relative path to the ICP-MS (.xlsx) input files.

int_stds

A character vector of internal standards to be removed from the output.

Value

A tibble with columns date, sample, value, and param.

Examples

path <- system.file("extdata", package = "fffprocessr")
load_direct_quant(path = paste0(path, "/direct_quantification"))

bentrueman/fffprocessr documentation built on June 23, 2024, 1:23 a.m.