# Test for stringDNA function #
# Load package(s)
library("devtools")
test_that("DNA generation", {
expect_equal(stringDNA(8), "CGCGGTTG")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.