Nothing
# library(testthat)
# library(dendextend)
context("General functions")
test_that("all.unique works", {
expect_true(all_unique(c(1:10)))
expect_true(all_unique(c(1, 3, 2)))
expect_false(all_unique(c(1, 1, 2)))
expect_false(all_unique(c(1:5, 1, 1)))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.