View source: R/load_direct_quant.R
load_direct_quant | R Documentation |
Read and clean ICP-MS data files generated by the iCAP-RQ
load_direct_quant(path, int_stds = c("45Sc", "115In", "159Tb"))
path |
Relative path to the ICP-MS (.xlsx) input files. |
int_stds |
A character vector of internal standards to be removed from the output. |
A tibble with columns date
, sample
, value
, and param
.
path <- system.file("extdata", package = "fffprocessr")
load_direct_quant(path = paste0(path, "/direct_quantification"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.