pull_set_soliTOC.Rd
Function for the correction and aggregation of SoliTOC measurements. Loads a raw excel file as exported from soliTOC software. Calculates and applies dayfactor correction based on standard measurements. Select and aggregate samples based on identifer string(s).
Excel file containing raw export from soliTOC Elementar software. Check for proper column naming, as Date Time is typically read as 2 columns, bt only one column name. This shifts all subsequent col names to the left. Fix manually.
Which column contains the identifier for the sample selection? Default is "Name"
String or vector of strings which represent the unique identifier(s) that are searched for in ID_col_set
by str_detect
Which columns contain the identifier for the standard selection? Default is "Name"
String or vector of strings which represent the unique identifier(s) that are searched for in ID_col_std
by str_detect. Default is "caco3".
Which column contains the additional Memo identifier?
Optional string or vector to search for in Memo_col_set. Optional - to omit this subset layer set to NA.
Which column containes the measurements
True value (concentration). Default is 12 (wt-%) TC for caco3.
Should the column containing aggregation information be kept? Default=F
Override checking of columns integrity. Default=F.
A tibble or data.frame containing the dayfactor corrected C-fractions for the samples selected by detection of ID_col