Skip to contents

Reads 'Agilent ChemStation' reports into R.

Usage

read_chemstation_reports(
  paths,
  peaktable_format = c("chromatographr", "original"),
  metadata_format = c("chromconverter", "raw"),
  data_format = NULL
)

Arguments

paths

Paths to 'ChemStation' report files.

peaktable_format

Whether to return peak tables in chromatographr or original format.

metadata_format

Format to output metadata. Either chromconverter or raw.

data_format

Deprecated. Use peaktable_format instead.

Value

A data.frame containing the information from the specified 'ChemStation' report.

Author

Ethan Bass

Examples

if (FALSE) { # \dontrun{
read_chemstation_reports("path/to/report.txt")
} # }