test_that("`default_distance_thresholds()` works", {
data(distance_matrix)
x <- default_distance_thresholds(distance_matrix)
expect_length(x, 4)
expect_type(x, "double")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.