read_shimadzu {chromConverter}R Documentation

Shimadzu ascii reader

Description

Shimadzu ascii reader

Usage

read_shimadzu(
  file,
  format_in,
  read_metadata = TRUE,
  format_out = c("matrix", "data.frame"),
  what = c("chromatogram", "peak_table", "both")
)

Arguments

file

path to file

format_in

Format of files. fid or dad.

read_metadata

Whether to read metadata from file.

format_out

R format. Either matrix or data.frame.

what

Whether to extract chromatogram, peak_table or both.

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]