# NOT RUN {
## Example of setting a new value label to the dataset
library(specmine.datasets)
data(cachexia)
new.samples.names = as.character(1:77)
cachexia = set_sample_names(cachexia, new.samples.names)
# }
Run the code above in your browser using DataLab