test_that("cq works", {
expected <- c("dale", "audrey", "laura", "hawk")
expect_equal(ccq(" dale audrey laura hawk "), expected)
expect_equal(cq(dale, audrey, laura, hawk), expected)
expect_error(ccq("dale audrey laura", hawk))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.