Reads 'Agilent' .dx files.
Arguments
- path
Path to
.dxfile.- what
Whether to extract chromatograms (
chroms), DAD data (dad) and/or auxiliary instrumental datainstrument(e.g., temperature, pressure, solvent composition, etc.). Accepts multiple arguments.- path_out
A directory to export unzipped files. If a path is not specified, the files will be written to a temp directory on the disk. The function will overwrite existing folders in the specified directory that share the basename of the file specified by
path.- format_out
Class of output. Either
matrix,data.frame, ordata.table.- data_format
Whether to return data in
wideorlongformat.- read_metadata
Logical. Whether to attach metadata.
- metadata_format
Format to output metadata. Either
chromconverterorraw.- collapse
Logical. Whether to collapse lists that only contain a single element.
Details
This function unzips 'Agilent' .dx into a temporary directory using
unzip and calls read_chemstation_ch.
See also
Other 'Agilent' parsers:
read_agilent_d(),
read_chemstation_ch(),
read_chemstation_csv(),
read_chemstation_ms(),
read_chemstation_reports(),
read_chemstation_uv()
