uv_converter | R Documentation |
Converts a single chromatogram from ChemStation .uv
format to R
data.frame
.
uv_converter(
path,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
correction = TRUE,
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw")
)
path |
Path to file |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
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 |
Uses the Aston file parser.
A chromatogram in data.frame
format (retention time x wavelength).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.