nmr_meta_export | R Documentation |
Export Metadata to an Excel file
nmr_meta_export(
nmr_dataset,
xlsx_file,
groups = c("info", "orig", "title", "external")
)
nmr_dataset |
An nmr_dataset_family object |
xlsx_file |
"The .xlsx excel file" |
groups |
A character vector. Use |
The Excel file name
Other metadata functions:
Pipelines
,
nmr_meta_add()
,
nmr_meta_get()
,
nmr_meta_get_column()
,
nmr_meta_groups()
Other nmr_dataset functions:
nmr_meta_add()
,
nmr_meta_get()
,
nmr_meta_get_column()
Other nmr_dataset_1D functions:
[.nmr_dataset_1D()
,
format.nmr_dataset_1D()
,
get_integration_with_metadata()
,
is.nmr_dataset_1D()
,
nmr_integrate_peak_positions()
,
nmr_integrate_regions()
,
nmr_meta_add()
,
nmr_meta_get()
,
nmr_meta_get_column()
,
nmr_ppm_resolution()
,
print.nmr_dataset_1D()
Other nmr_dataset_peak_table functions:
nmr_meta_add()
,
nmr_meta_get()
,
nmr_meta_get_column()
Other import/export functions:
Pipelines
,
files_to_rDolphin()
,
load_and_save_functions
,
nmr_data()
,
nmr_read_bruker_fid()
,
nmr_read_samples()
,
nmr_zip_bruker_samples()
,
save_files_to_rDolphin()
,
save_profiling_output()
,
to_ChemoSpec()
dir_to_demo_dataset <- system.file("dataset-demo", package = "AlpsNMR")
dataset <- nmr_read_samples_dir(dir_to_demo_dataset)
# nmr_meta_export(dataset, "metadata.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.