View source: R/read_chemstation_csv.R
read_chemstation_csv | R Documentation |
Reads 'Agilent Chemstation' .csv
files.
read_chemstation_csv(
path,
format_out = c("matrix", "data.frame", "data.table")
)
path |
Path to file |
format_out |
Class of output. Either |
'Agilent Chemstation' CSV files are encoded in UTF-16.
A chromatogram in the format specified by format_out
(retention time x wavelength).
Ethan Bass
Other 'Agilent' parsers:
read_agilent_d()
,
read_agilent_dx()
,
read_chemstation_ch()
,
read_chemstation_ms()
,
read_chemstation_reports()
,
read_chemstation_uv()
read_chemstation_csv("tests/testthat/testdata/dad1.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.