Converts a single chromatogram from ChemStation .uv format to R
data.frame.
Arguments
- path
Path to file
- format_out
Class of output. Either
matrix,data.frame, ordata.table.- data_format
Whether to return data in
wideorlongformat.- correction
Logical. Whether to apply empirical correction. Defaults is TRUE.
- read_metadata
Logical. Whether to read metadata and attach it to the chromatogram.
- metadata_format
Format to output metadata. Either
chromconverterorraw.
Details
Uses the Aston file parser.
See also
Other external parsers:
call_entab(),
call_openchrom(),
call_rainbow(),
read_thermoraw(),
sp_converter()
