read_chemstation_reports: Read 'Agilent ChemStation' Reports

View source: R/read_chemstation_report.R

read_chemstation_reportsR Documentation

Read 'Agilent ChemStation' Reports

Description

Read 'Agilent ChemStation' Reports

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


ethanbass/chromConverter documentation built on Jan. 14, 2025, 2:11 a.m.