context("K-Means Clustering")
# k.means.clustering()
test_that("k.means.clustering", {
expect_equal(k.means.clustering(0), 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.