context("Function fCap")
test_that("fCap() works", {
expect_equal(fCap('laa laa laa'), "Laa Laa Laa")
expect_equal(fCap('LAA LAA LAA'), 'LAA LAA LAA')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.