powered by
Remove metadata's variables from the dataset
remove_metadata_variables(dataset, variables.to.remove)
list representing the dataset from a metabolomics experiment.
vector with the metadata's variables to remove.
Returns the dataset with the selected metadata's variables removed.
# NOT RUN { ## Example of removing metadata's variables library(specmine.datasets) data(propolis) dataset = remove_metadata_variables(propolis, c("seasons")) # }
Run the code above in your browser using DataLab