read_mdf | R Documentation |
Read 'Lumex' MDF files into R
read_mdf(
path,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE
)
path |
The path to a 'Lumex' |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
read_metadata |
Whether to read metadata from file. |
A chromatogram in the format specified by the format_out
and
data_format
arguments (retention time x wavelength).
Ethan Bass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.