View source: R/read_chemstation_ch.R
read_agilent_dx | R Documentation |
Parser for reading Agilent ('.dx') files into R
read_agilent_dx(
path,
path_out = NULL,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE
)
path |
Path to |
path_out |
Path to directory to export unzipped files. |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
read_metadata |
Logical. Whether to attach metadata. |
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.