uv_converter {chromConverter}R Documentation

Converter for Agilent ChemStation UV files

Description

Converts a single chromatogram from ChemStation .uv format to R data.frame.

Usage

uv_converter(
  file,
  format_out = c("matrix", "data.frame"),
  correction = TRUE,
  read_metadata = TRUE
)

Arguments

file

path to file

format_out

R format. Either matrix or data.frame.

correction

Logical. Whether to apply empirical correction. Defaults is TRUE.

read_metadata

Logical. Whether to read metadata and attach it to the chromatogram.

Details

Uses the Aston file parser.

Value

A chromatogram in data.frame format (retention time x wavelength).


[Package chromConverter version 0.2.1 Index]