View source: R/read_chemstation_report.R
| read_chemstation_reports | R Documentation |
Reads 'Agilent ChemStation' reports into R.
read_chemstation_reports(
paths,
data_format = c("chromatographr", "original"),
metadata_format = c("chromconverter", "raw")
)
paths |
Paths to 'ChemStation' report files. |
data_format |
Format to output data. Either |
metadata_format |
Format to output metadata. Either |
A data.frame containing the information from the specified 'ChemStation' report.
Ethan Bass
Other 'Agilent' parsers:
read_agilent_d(),
read_agilent_dx(),
read_chemstation_ch(),
read_chemstation_csv(),
read_chemstation_ms(),
read_chemstation_uv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.