Learn R Programming

specmine (version 1.0)

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.

Examples

Run this code
## Not run: 
#   ## Example of merging two datasets
#   dataset = merge_datasets(dataset1, dataset2)
# ## End(Not run)

Run the code above in your browser using DataLab