test_that("concatenate the codons", {
expect_equal(translate("UUU"), "F")
})
#> Test passed
#>
test_that("concatenate the codons sequence", {
expect_equal(translate(c("UUU","UCU")), "FS")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.