read_chemstation_reports {chromConverter} | R 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 |
metadata_format |
Format to output metadata. Either |
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()
[Package chromConverter version 0.7.5 Index]