Reads 'Agilent ChemStation' reports into R.
read_chemstation_reports(
paths,
data_format = c("chromatographr", "original"),
metadata_format = c("chromconverter", "raw")
)
A data.frame containing the information from the specified 'ChemStation' report.
Paths to 'ChemStation' report files.
Format to output data. Either chromatographr
or
chemstation
.
Format to output metadata. Either chromconverter
or
raw
.
Ethan Bass
Other 'Agilent' parsers:
read_agilent_d()
,
read_agilent_dx()
,
read_chemstation_ch()
,
read_chemstation_csv()
,
read_chemstation_ms()
,
read_chemstation_uv()