read_chemstation_csv: Read 'Agilent ChemStation' CSV files

View source: R/read_chemstation_csv.R

read_chemstation_csvR Documentation

Read 'Agilent ChemStation' CSV files

Description

Reads 'Agilent Chemstation' .csv files.

Usage

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

Arguments

path

Path to file

format_out

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

Details

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

Value

A chromatogram in the format specified by format_out (retention time x wavelength).

Author(s)

Ethan Bass

See Also

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

Examples


read_chemstation_csv("tests/testthat/testdata/dad1.csv")


ethanbass/chromConverter documentation built on March 29, 2025, 5:22 a.m.