test_that("unique_id returns correct counts", {
skip_on_cran()
x <- list(data.frame(user_id = "123"), data.frame(user_id = "234"))
expect_equal(unique_id_count(x), 2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.