# NOT RUN {
## Example of showing kmeans cluster's members
library(specmine.datasets)
data(cachexia)
kmeans.result = kmeans_clustering(cachexia,
num.clusters = 4, type = "samples")
kmeans_result_df(kmeans.result)
# }
Run the code above in your browser using DataLab