read_chemstation_csv: Read Chemstation CSV

View source: R/read_chemstation_csv.R

read_chemstation_csvR Documentation

Read Chemstation CSV

Description

Reads 'Agilent Chemstation' CSV files into R.

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


ethanbass/chromConverter documentation built on Jan. 14, 2025, 2:11 a.m.