library(tibble)
test_that("All TRNs are unique", {
expect_equal(
sum(length(unique(lookup$trn))),
sum(length(lookup$trn))
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.