read_shimadzu {chromConverter} | R Documentation |
Shimadzu ascii reader
Description
Shimadzu ascii reader
Usage
read_shimadzu(
file,
format_in,
read_metadata = TRUE,
format_out = c("matrix", "data.frame"),
what = c("chromatogram", "peak_table", "both")
)
Arguments
file |
path to file |
format_in |
Format of files. |
read_metadata |
Whether to read metadata from file. |
format_out |
R format. Either |
what |
Whether to extract |
Value
A chromatogram in the format specified by format_out
(retention time x wavelength).
Author(s)
Ethan Bass
[Package chromConverter version 0.2.1 Index]