read_chemstation_csv {chromConverter}R Documentation

Chemstation CSV reader

Description

Chemstation CSV reader

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).

Author(s)

Ethan Bass


[Package chromConverter version 0.2.1 Index]