Read the xPONENT format data
read_xponent_format(
path,
exact_parse = FALSE,
encoding = "utf-8",
separator = ",",
verbose = TRUE
)
Path to the xPONENT file
Whether to parse the file exactly or not Exact parsing means that the batch, calibration and assay metadata will be parsed as well
Encoding of the file
Separator for the CSV values
Whether to print the progress. Default is TRUE