Skip to contents

Reads 'Agilent Chemstation' CSV files into R.

Usage

read_chemstation_csv(file, format_out = c("matrix", "data.frame"))

Arguments

file

path to file

format_out

R format. Either matrix or data.frame.

Value

A chromatogram in the format specified by format_out

(retention time x wavelength).

Details

'Agilent Chemstation' CSV files are encoded in UTF-16.

Author

Ethan Bass