read_cdf | R Documentation |
Parser for Analytical Data Interchange (ANDI) netCDF files.
read_cdf(
path,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
what = NULL,
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw"),
collapse = TRUE,
...
)
path |
Path to ANDI netCDF file. |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
what |
For ANDI chrom files, whether to extract |
read_metadata |
Whether to read metadata from file. |
metadata_format |
Format to output metadata. Either |
collapse |
Logical. Whether to collapse lists that only contain a single element. |
... |
Additional arguments to parser. The |
A chromatogram in the format specified by the format_out
and
data_format
arguments.
Ethan Bass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.