test_that("Number of letters matches input", {
expect_equal(stringr::str_length(ATGC(1)), 1)
expect_equal(stringr::str_length(ATGC(2)), 2)
expect_equal(stringr::str_length(ATGC(3)), 3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.