powered by
Merges two datasets with the same variables and metadata's variables.
merge_datasets(dataset1, dataset2)
list representing the first dataset from a metabolomics experiment.
list representing the second dataset from a metabolomics experiment.
Returns one dataset with the data from the two datasets merged.
# NOT RUN { ## Example of merging two datasets dataset = merge_datasets(dataset1, dataset2) # }
Run the code above in your browser using DataLab