powered by
Set a new value label for the dataset.
set_value_label(dataset, new.val.label)
list representing the dataset from a metabolomics experiment.
string with the new value label.
Returns the dataset with the updated value label.
# NOT RUN { ## Example of setting a new value label to the dataset library(specmine.datasets) data(cachexia) cachexia = set_value_label(cachexia, "new value label") # }
Run the code above in your browser using DataLab