read_waters_arw {chromConverter}R Documentation

Waters ascii (.arw) reader

Description

Waters ascii (.arw) reader

Usage

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

Arguments

file

path to file

read_metadata

Whether to read metadata from 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]