test_that("input validation and correct result type", {
expect_error(has_homebrew(NULL))
expect_true(is.logical(has_homebrew()))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.