call_entab | R Documentation |
Call Entab Converts files using Entab parsers
call_entab(
path,
data_format = c("wide", "long"),
format_out = c("matrix", "data.frame", "data.table"),
format_in = "",
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw")
)
path |
Path to file |
data_format |
Whether to return data in |
format_out |
Class of output. Either |
format_in |
Format of input. |
read_metadata |
Whether to read metadata from file. |
metadata_format |
Format to output metadata. Either |
A chromatogram in the format specified by format_out
(retention time x wavelength).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.