Skip to contents

Read 'Agilent ChemStation' Reports

Usage

read_chemstation_reports(
  files,
  data_format = c("chromatographr", "original"),
  metadata_format = c("chromconverter", "raw")
)

Arguments

files

Paths to 'ChemStation' report files.

data_format

Format to output data. Either chromatographr or chemstation.

metadata_format

Format to output metadata. Either chromconverter or raw.

Value

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

Author

Ethan Bass