Converts a single chromatogram from MassHunter .sp
format to R
data.frame
using the Aston file parser.
Arguments
- path
Path to file
- format_out
Class of output. Either
matrix
,data.frame
, ordata.table
.- data_format
Whether to return data in
wide
orlong
format.- read_metadata
Logical. Whether to read metadata and attach it to the chromatogram.
- metadata_format
Format to output metadata. Either
chromconverter
orraw
.
See also
Other external parsers:
call_entab()
,
call_openchrom()
,
call_rainbow()
,
read_thermoraw()
,
uv_converter()