Learn R Programming

specmine (version 2.0.3)

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)
# }

Run the code above in your browser using DataLab