read_chemstation_reports: Read 'Agilent ChemStation' report files.

View source: R/read_chemstation_report.R

read_chemstation_reportsR Documentation

Read 'Agilent ChemStation' report files.

Description

Reads 'Agilent ChemStation' reports into R.

Usage

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

Arguments

paths

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(s)

Ethan Bass

See Also

Other 'Agilent' parsers: read_agilent_d(), read_agilent_dx(), read_chemstation_ch(), read_chemstation_csv(), read_chemstation_ms(), read_chemstation_uv()


ethanbass/chromConverter documentation built on March 29, 2025, 5:22 a.m.