library(R.oboros)
library(testthat)
test_that("tail works", {
expect_equal(tail(letters), letters[1:6])
expect_equal(tail(letters, 1), "a")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.