context("Checking Caps")
test_that("Caps is replacing Correctly",{
x <- "dogs cats"
expect_equal(Caps(x), "Dogs cats")
expect_equal(Caps(x, TRUE), "Dogs Cats")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.