powered by
Subsets the metadata according to the specified metadata's variables.
subset_metadata(dataset, variables)
list representing the dataset from a metabolomics experiment.
metadata's variables.
Returns the dataset with the metadata subsetted.
# NOT RUN { ## Example of subsetting samples library(specmine.datasets) data(propolis) subset = subset_metadata(propolis, c("seasons")) # }
Run the code above in your browser using DataLab