Reads 'Agilent Chemstation' .csv files.
Arguments
- path
Path to 'Agilent'
.csvfile.- format_out
Class of output. Either
matrix,data.frame, ordata.table.- data_format
Either
wide(default) orlong.- read_metadata
Logical. Whether to attach metadata. Defaults to
TRUE. There is no instrumental metadata saved in the CSV files so this will only attach metadata about the settings used by chromConverter to parse the file.
Value
A chromatogram in the format specified by format_out
(retention time x wavelength) and data_format.
See also
Other 'Agilent' parsers:
read_agilent_d(),
read_agilent_dx(),
read_chemstation_ch(),
read_chemstation_ms(),
read_chemstation_reports(),
read_chemstation_uv()
