compile quantitative data

read_qnt(
  wd = dir(pattern = ("(.*_QNT|^\\.qnt)$"), all.files = TRUE)[1],
  phase_list = NULL,
  conditions = NULL,
  saving = TRUE
)

Arguments

wd

directory path containing .qnt files

phase_list

A path to a csv file containing columns indicating phase of each analysis and TRUE or FALSE to use it for quantifying.

conditions

A path to a csv file which records analytical conditions of elements. The csv file must have following columns while others are discarded: Oxide, Element, Bg+ [mm], Bg- [mm], Peak [sec], and Bg [sec]. NULL (default) retrieves analytical conditions from elem.qnt, elint.qnt, and .cnd/elemw.cnd / Pos_0001/data001.cnd.

saving

TRUE (defau;t) or FALSE to save phase list.