Learn R Programming

chromConverter (version 0.7.5)

read_chemstation_csv: Read 'Agilent ChemStation' CSV files

Description

Reads 'Agilent Chemstation' .csv files.

Usage

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

Value

A chromatogram in the format specified by format_out

(retention time x wavelength).

Arguments

path

Path to 'Agilent' .csv file.

format_out

Class of output. Either matrix, data.frame, or data.table.

Author

Ethan Bass

Details

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

See Also

Other 'Agilent' parsers: read_agilent_d(), read_agilent_dx(), read_chemstation_ch(), read_chemstation_ms(), read_chemstation_reports(), read_chemstation_uv()

Examples

Run this code
if (FALSE) { # interactive()
read_chemstation_csv("tests/testthat/testdata/dad1.csv")
}

Run the code above in your browser using DataLab