View source: R/read_chemstation_csv.R
read_chemstation_csv | R Documentation |
Reads 'Agilent Chemstation' CSV files into R.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.