read_chromeleon {chromConverter}R Documentation

Chromeleon ascii reader

Description

Chromeleon ascii reader

Usage

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

Arguments

file

path to file

format_out

R format. Either matrix or data.frame.

read_metadata

Whether to read metadata from file.

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]