test_that("logical opperations works", {
expect_equal(cats(TRUE), "I love cats!")
expect_equal(cats(1), "I love cats!")
expect_equal(cats(FALSE), "I am not a cat person.")
expect_equal(cats(0), "I am not a cat person.")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.