test_that("multiplication works", {
set.seed(123) # centers 10, 2, 6
# Este es donde no converge
set.seed(123)
rkmeans(datasets[[1]][sample(1:300,100), -3])
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.