prepExampleDataset: Prepare Example Dataset
Description
Internal function that prepares a pre-treated dataset for use in
several examples
Usage
prepExampleDataset(dataset, save = TRUE)
Value
Two rda files, ones for K-means clustering and another for
Model-based clustering.
Arguments
- dataset
Dataset used for transformation
- save
save results?
Details
This function serves the purpose of treating datasets such as
valuesG1msReduced to reduce examples of other functions by bypassing some
analysis steps covered in the vignettes.