powered by
Reads 'Agilent Chemstation' .csv files.
.csv
read_chemstation_csv( path, format_out = c("matrix", "data.frame", "data.table") )
A chromatogram in the format specified by format_out
format_out
(retention time x wavelength).
Path to 'Agilent' .csv file.
Class of output. Either matrix, data.frame, or data.table.
matrix
data.frame
data.table
Ethan Bass
'Agilent Chemstation' CSV files are encoded in UTF-16.
Other 'Agilent' parsers: read_agilent_d(), read_agilent_dx(), read_chemstation_ch(), read_chemstation_ms(), read_chemstation_reports(), read_chemstation_uv()
read_agilent_d()
read_agilent_dx()
read_chemstation_ch()
read_chemstation_ms()
read_chemstation_reports()
read_chemstation_uv()
if (FALSE) { # interactive() read_chemstation_csv("tests/testthat/testdata/dad1.csv") }
Run the code above in your browser using DataLab