context("Cleaning Functions")
test_that("column check is case sensitive", {
expect_false(col_check(data.frame(SampleDate = 1), "sampledate"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.