merge_datasets: Merge two datasets
Description
Merges two datasets with the same variables and metadata's variables.
Usage
merge_datasets(dataset1, dataset2)
Arguments
dataset1
list representing the first dataset from a metabolomics experiment.
dataset2
list representing the second dataset from a metabolomics experiment.
Value
Returns one dataset with the data from the two datasets merged.