# NOT RUN {
## Example of aggregating samples
library(specmine.datasets)
data(propolis)
propolis_proc = missingvalues_imputation(propolis)
dataset = aggregate_samples(propolis_proc, as.integer(propolis$metadata$seasons), "mean")
# }
Run the code above in your browser using DataLab