test_that("use", {
expect_silent(get_mhc2_allele_names())
expect_true(length(get_mhc2_allele_names()) > 0)
})
test_that("matches BBBQ article", {
expect_equal(
21,
length(get_mhc2_allele_names())
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.